VideoEdit Gold ActiveX Control
|
IsFullScreeenMode Method
|
Description
Return true if full screen mode, otherwise return false.
Syntax
Public Function IsFullScreenMode ( ) As Bool
|
No Parameters
Return Value
Return true if full screen mode, otherwise return false.
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 bIsFullScreen =VideoEdit1.IsFullScreenMode
|