Share via


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)

Syntax

public interface ISettingsDialog
public interface class ISettingsDialog
Public Interface ISettingsDialog

Methods

Name Description
System_CAPS_pubmethod EnableApply()

Enables the Apply button.

System_CAPS_pubmethod SelectTab(Guid)

Selects a tab in the Settings dialog box.

System_CAPS_pubmethod ShowDialog(Guid)

Displays the Settings dialog box.

Remarks

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.

See Also

Microsoft.WindowsServerSolutions.Settings Namespace

Return to top