<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > VideoPlayer > Method >IsFullScreen |
Indicates whether run the video player in full screen.
Prototype :
bool IsFullScreen
(
No Arguments
)
Example :
if(This.IsFullScreen() == true) {
_TraceLn("The VideoPlayer plays in full screen.");
} else {
_TraceLn("The VideoPlayer does not play in full screen.");
}
Available Events :
All Events