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