Framework.IsOverridingFullScreen Property (IsOverridingFullScreen)

Retrieves whether the framework should override and start fullscreen.

Definition

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);

Property Value

System.Boolean
Set to true if the framework should override and start full-screen; otherwise, false.

This property is read/write. 
Show: