Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.Enabled Property

Defines whether the control responds to user-generated events.

Syntax

Get

VB.NETBoolean = object.Enabled As Boolean
VBBoolean = object.Enabled As Boolean
C#.NETbool Boolean = object.Enabled;
VC++VARIANT_BOOL Boolean = object->Enabled;
VARIANT_BOOL Boolean = object->GetEnabled();
CHRESULT object->get_Enabled(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Enabled = Boolean As Boolean
VBobject.Enabled = Boolean As Boolean
C#.NETbool object.Enabled = Boolean;
VC++VARIANT_BOOL object->Enabled = Boolean;
void object->PutEnabled(VARIANT_BOOL Boolean);
CHRESULT object->put_Enabled(VARIANT_BOOL Boolean);

object

A SftOptions object.

Boolean

Defines whether the control responds to user-generated events.

BooleanDescription
TrueThe control responds to user-generated events.
FalseThe control is disabled and does not respond to user-generated events. It is painted in a "grayed" style.

Comments

The Enabled property defines whether the control responds to user-generated events.

If the control is disabled, graphic components defined using bitmaps are displayed in a grayed fashion by graying the images.

Example

SftOptions1.Enabled = False

See Also SftOptions Object | Object Hierarchy


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