SettingsDialogProvider Class
Provides the functionality to open the Settings dialog box.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Settings.SettingsDialogProvider
Syntax
public static class SettingsDialogProvider
public ref class SettingsDialogProvider abstract sealed
Public NotInheritable Class SettingsDialogProvider
Methods
Name | Description | |
---|---|---|
CacheGuid(Guid) | Stores the global identifier of a tab in the cache to use when the Settings dialog box is launched from the Settings button. |
|
ShowSettingsDialog() | Displays the Settings dialog box, with the first tab selected by default. |
|
ShowSettingsDialog(Guid) | Displays the Settings dialog box, with the specified tab shown. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top