SftOptions 1.0

SftOptions.ApplyStatus Property

Softel vdm, Inc.

Defines the status of an associated Apply button.

Syntax       

Get

VB.NET

Boolean = object.ApplyStatus  As Boolean

VB

Boolean = object.ApplyStatus  As Boolean

C#.NET

bool Boolean = object.ApplyStatus;

VC++

VARIANT_BOOL Boolean = object->ApplyStatus;
VARIANT_BOOL Boolean = object->GetApplyStatus();

C

HRESULT object->get_ApplyStatus(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ApplyStatus   : WordBool;

Put

VB.NET

object.ApplyStatus = Boolean  As Boolean

VB

object.ApplyStatus = Boolean  As Boolean

C#.NET

bool object.ApplyStatus = Boolean;

VC++

VARIANT_BOOL object->ApplyStatus = Boolean;
void object->PutApplyStatus(VARIANT_BOOL Boolean);

C

HRESULT object->put_ApplyStatus(VARIANT_BOOL Boolean);

Delphi

object.ApplyStatus := Boolean   : WordBool;

object

A SftOptions object.

Boolean

Defines the status of an associated Apply button.

Boolean

Description

True

The ApplyButton should be enabled.

False

The 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 ApplyButton 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


Feedback / comments / error reports for this topic
© 2002 - Softel vdm, Inc. - www.softelvdm.com