ISettingsData Interface
Exposes the functionality for plugging tabs into the Settings dialog box.
Assembly: AdminCommon (in AdminCommon.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Commit(Boolean) | Commits the changes when the user clicks OK or Apply. |
You must implement this interface for any tab that displays a user interface in the Settings dialog box.
Community Additions
ADD
Show:

