PresentParameters.Windowed Property (Microsoft.DirectX.Direct3D)

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.