In This Topic
Gets or sets a value indicating whether the frame is in full screen mode.
Syntax
'Declaration
Property FullScreen As Boolean
'Usage
Dim instance As IFrame
Dim value As Boolean
instance.FullScreen = value
value = instance.FullScreen
bool FullScreen {get; set;}
See Also