Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Enabled Property, SftTree Object

Defines whether the tree 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 SftTree object.

Boolean

Defines whether the tree control responds to user-generated events.

BooleanDescription
TrueThe tree control is enabled and responds to user-generated events.
FalseThe tree control is disabled and does not respond to user-generated events.

Comments

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

If a tree control is disabled, it uses the Items.GrayedColor, Footers.GrayedColor, Headers.GrayedColor, RowHeaders.GrayedColor and RowColumnHeader.GrayedColor properties to draw the text components in a grayed fashion. Graphic components are displayed in a grayed fashion by graying the images, if based on a bitmap. Other image types, like color samples, .NET image objects, etc., must be explicitly replaced with a grayed image if a different rendering of a disabled image is desired.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.