IConsoleServices.EnableSettingsApply Method
Enables the Apply button on a Settings dialog.
Namespace: Microsoft.HomeServer.Extensibility
Assembly: HomeServerExt (in homeserverext.dll)
Usage
Syntax
'Declaration
Sub EnableSettingsApply
void EnableSettingsApply ()
void EnableSettingsApply ()
void EnableSettingsApply ()
function EnableSettingsApply ()
Remarks
Use the EnableSettingsApply method to enable the Apply button on a Windows Home Server Settings dialog. When the user changes the settings page, call EnableSettingsApply to allow the user to save the change without closing the settings dialog.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server
See Also
Reference
IConsoleServices Interface
IConsoleServices Members
Microsoft.HomeServer.Extensibility Namespace