Intersoft ClientUI Documentation
IsFullScreen Property (ScreenStateChangedEventArgs)



Determines whether the current screen of the application is in full screen state.
Syntax
Public ReadOnly Property IsFullScreen As Boolean
Dim instance As ScreenStateChangedEventArgs
Dim value As Boolean
 
value = instance.IsFullScreen
public bool IsFullScreen {get;}
public:
property bool IsFullScreen {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenStateChangedEventArgs Class
ScreenStateChangedEventArgs Members

Send Feedback