Framework.ShowSettingsDialog Method
|
Language: |
Indicates whether the sample framework's device settings dialog box is currently showing.
Definition
| Visual Basic |
Public Sub ShowSettingsDialog( _ ByVal show As Boolean _ ) |
| C# |
public void ShowSettingsDialog( bool show ); |
| C++ |
public: void ShowSettingsDialog( bool show ); |
| JScript |
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. |
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