ISettingsData Interface

 

Exposes the functionality for plugging tabs into the Settings dialog box.

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

public interface class ISettingsData

NameDescription
System_CAPS_pubpropertyTabControl

Gets the tab control for the dialog box.

System_CAPS_pubpropertyTabId

Gets the global identifier of the tab.

System_CAPS_pubpropertyTabOrder

Gets the tab order.

System_CAPS_pubpropertyTabTitle

Gets the title of the tab in the dialog box.

NameDescription
System_CAPS_pubmethodCommit(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.

Return to top

Community Additions

ADD
Show: