PresentParameters.Windowed Property |
Language: |
Boolean value that indicates whether an application is running in a windowed mode.
Visual Basic Public Property Windowed As Boolean C# public bool Windowed { get; set; } C++ public:
property bool Windowed {
bool get();
void set(bool value);
}JScript public function get Windowed() : boolean
public function set Windowed(boolean);
System.Boolean
This property is read/write.
Value that is true if the application is running windowed, or false if it is running full-screen.
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