Framework.IsOverridingFullScreen Property (IsOverridingFullScreen)
Retrieves whether the framework should override and start fullscreen.
Visual Basic Public Property IsOverridingFullScreen As Boolean C# public bool IsOverridingFullScreen { get; set; } C++ public:
property bool IsOverridingFullScreen {
bool get();
void set(bool value);
}JScript public function get IsOverridingFullScreen() : boolean
public function set IsOverridingFullScreen(boolean);
System.Boolean
This property is read/write.
Set to true if the framework should override and start full-screen; otherwise, false.
Show: