Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

FlybyHighlight Property, SftTree Object

Defines whether items are underlined as the mouse cursor moves over an item.

Deprecated - Provided for compatibility with earlier versions only - Use Items.FlybyHighlightStyle instead

Syntax

Get

VB.NETBoolean = object.FlybyHighlight As Boolean
VBBoolean = object.FlybyHighlight As Boolean
C#.NETbool Boolean = object.FlybyHighlight;
VC++VARIANT_BOOL Boolean = object->FlybyHighlight;
VARIANT_BOOL Boolean = object->GetFlybyHighlight();
CHRESULT object->get_FlybyHighlight(VARIANT_BOOL* Boolean);

Put

VB.NETobject.FlybyHighlight = Boolean As Boolean
VBobject.FlybyHighlight = Boolean As Boolean
C#.NETbool object.FlybyHighlight = Boolean;
VC++VARIANT_BOOL object->FlybyHighlight = Boolean;
void object->PutFlybyHighlight(VARIANT_BOOL Boolean);
CHRESULT object->put_FlybyHighlight(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether items are underlined as the mouse cursor moves over an item.

BooleanDescription
TrueItems are underlined as the mouse cursor moves over an item.
FalseItems are not underlined as the mouse cursor moves over an item.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.FlybyHighlightStyle instead

The FlybyHighlight property defines whether items are underlined as the mouse cursor moves over an item.

Flyby highlighting can be useful when multiple columns without grid lines are shown. The user receives immediate feedback when the mouse cursor moves over an item.

See Also SftTree Object | Object Hierarchy


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