Share via


SmsPropertyPage.OnApply Method

Handles a notification to every page in the property sheet that the user has clicked the Apply button and wants all changes to take effect.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim returnValue As Boolean

returnValue = Me.OnApply

Syntax

'Declaration
Protected Overrides Function OnApply As Boolean
protected override bool OnApply ()
protected:
virtual bool OnApply () override
protected boolean OnApply ()
protected override function OnApply () : boolean

Return Value

true if all changes have taken effect; otherwise false.

Remarks

Your application must override this method in a derived class.

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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace