PresentParameters.Windowed Property

Language:

Boolean value that indicates whether an application is running in a windowed mode.

Definition

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

Property Value

System.Boolean
Value that is true if the application is running windowed, or false if it is running full-screen.

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