ISettingsDialog Interface
Exposes methods that are required by the client user interface for extending the Settings dialog box.
Assembly: AdminCommon (in AdminCommon.dll)
| Name | Description | |
|---|---|---|
![]() | EnableApply() | Enables the Apply button. |
![]() | SelectTab(Guid) | Selects a tab in the Settings dialog box. |
![]() | ShowDialog(Guid) | Displays the Settings dialog box. |
This interface is needed so that the user interface that is compiled in separate assemblies can cast the parent form into a class that implements this interface and call the implemented methods.
Community Additions
ADD
Show:
