Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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