Share via


ISettingsData Interface

 

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

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

Syntax

public interface ISettingsData
public interface class ISettingsData
Public Interface ISettingsData

Properties

Name Description
System_CAPS_pubproperty TabControl

Gets the tab control for the dialog box.

System_CAPS_pubproperty TabId

Gets the global identifier of the tab.

System_CAPS_pubproperty TabOrder

Gets the tab order.

System_CAPS_pubproperty TabTitle

Gets the title of the tab in the dialog box.

Methods

Name Description
System_CAPS_pubmethod Commit(Boolean)

Commits the changes when the user clicks OK or Apply.

Remarks

You must implement this interface for any tab that displays a user interface in the Settings dialog box.

See Also

Microsoft.WindowsServerSolutions.Settings Namespace

Return to top