ISettingsDialog Interface

 

Exposes methods that are required by the client user interface for extending the Settings dialog box.

Namespace:   Microsoft.WindowsServerSolutions.Settings
Assembly:  AdminCommon (in AdminCommon.dll)

public interface class ISettingsDialog

NameDescription
System_CAPS_pubmethodEnableApply()

Enables the Apply button.

System_CAPS_pubmethodSelectTab(Guid)

Selects a tab in the Settings dialog box.

System_CAPS_pubmethodShowDialog(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.

Return to top

Community Additions

ADD
Show: