Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.ApplyStatus Property

Defines the status of an associated Apply button.

Syntax

Get

VB.NETBoolean = object.ApplyStatus As Boolean
VBBoolean = object.ApplyStatus As Boolean
C#.NETbool Boolean = object.ApplyStatus;
VC++VARIANT_BOOL Boolean = object->ApplyStatus;
VARIANT_BOOL Boolean = object->GetApplyStatus();
CHRESULT object->get_ApplyStatus(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ApplyStatus = Boolean As Boolean
VBobject.ApplyStatus = Boolean As Boolean
C#.NETbool object.ApplyStatus = Boolean;
VC++VARIANT_BOOL object->ApplyStatus = Boolean;
void object->PutApplyStatus(VARIANT_BOOL Boolean);
CHRESULT object->put_ApplyStatus(VARIANT_BOOL Boolean);

object

A SftOptions object.

Boolean

Defines the status of an associated Apply button.

BooleanDescription
TrueThe ApplyButton should be enabled.
FalseThe ApplyButton should be disabled.

Comments

The ApplyStatus property defines the status of an associated Apply button.

The Apply button is owned and implemented by the application. The ApplyStatus property can be used by the application to determine what the current status of the Apply button should be. The ApplyStatusChange event occurs when the Apply button status needs to be updated.

Initially, when a form is displayed, the application should immediately disable the Apply button.

See Also SftOptions Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.