Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.ShowSettingsDialog Method

Language:

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

Indicates whether the sample framework's device settings dialog box is currently showing.

Definition

Visual Basic .NET Public Sub ShowSettingsDialog( _
    ByVal show As Boolean _
)
C# public void ShowSettingsDialog(
    bool show
);
Managed C++ public: void ShowSettingsDialog(
    bool show
);
JScript .NET public function ShowSettingsDialog(
    show : boolean
);

Parameters

show System.Boolean. Set to true if the sample framework's device settings dialog box is currently showing; otherwise, false.

© 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