VideoEdit Gold ActiveX Control

ShowFullScreeen Method

Description

Enable or Disable full screen mode, In Full Screen mode, press ESC key to close the full screen.

Syntax

Public Function ShowFullScreen (
 ByVal bFullScreen as Bool
 )

Parameters
bFullScreen - true , enable full screen mode. set to false , disable full screen mode.

Return Value

No Return value.
 

Example

[Visual Basic Syntax]
VideoEdit1.InitControl
VideoEdit1.AddVideo "c:\test3.mpg" , 0,10     'Add test3.mpg into timeline and then extract video from 0 to 10 seconds
VideoEdit1.AddAudio "c:\test3.mpg" , 0,10     'Add test3.mpg into timeline and then extract audio from 0 to 10 seconds
VideoEdit1.Preview
VideoEdit1.ShowFullScreen true