Framework.IsWindowed Property

Language:

Retrieves whether the current device is windowed.

Definition

Visual Basic Public ReadOnly Property IsWindowed As Boolean
C# public bool IsWindowed { get; }
C++ public:
property bool IsWindowed {
        bool get();
}
JScript public function get IsWindowed() : boolean

Property Value

System.Boolean
Set to true if the current device is windowed; otherwise, false.

This property is read-only. 

Remarks

If no device exists yet, return 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