Framework.ShowSettingsDialog(Boolean) Method (ShowSettingsDialog)

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.