Framework.IsOverridingFullScreen Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center