ISettingsData Interface
Exposes the functionality for plugging tabs into the Settings dialog box.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public interface ISettingsData
public interface class ISettingsData
Public Interface ISettingsData
Properties
Name | Description | |
---|---|---|
![]() |
TabControl | Gets the tab control for the dialog box. |
![]() |
TabId | Gets the global identifier of the tab. |
![]() |
TabOrder | Gets the tab order. |
![]() |
TabTitle | Gets the title of the tab in the dialog box. |
Methods
Name | Description | |
---|---|---|
![]() |
Commit(Boolean) | Commits the changes when the user clicks OK or Apply. |
Remarks
You must implement this interface for any tab that displays a user interface in the Settings dialog box.
See Also
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top