ISettingsDialog.ShowDialog Method (Guid)
Displays the Settings dialog box.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
void ShowDialog(
Guid defaultSelectedTabId
)
void ShowDialog(
Guid defaultSelectedTabId
)
Sub ShowDialog (
defaultSelectedTabId As Guid
)
Parameters
defaultSelectedTabId
Type: System.GuidThe global identifier of the tab to display.
See Also
ISettingsDialog Interface
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top