Framework.IsOverridingFullScreen Property |
Language: |
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.
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