Framework.IsWindowed Property (IsWindowed)
Retrieves whether the current device is windowed.
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
System.Boolean
This property is read-only.
Set to true if the current device is windowed; otherwise, false.
If no device exists yet, return false.
Show: