Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.Windowed Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property Windowed As Boolean
C# public bool Windowed { get; set; }
Managed C++ public: __property bool get_Windowed();
public: __property void set_Windowed(bool);
JScript .NET 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. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center