Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

FlybyHighlight Property, SftTreeItems Object

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

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 SftTreeItems 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

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

Flyby highlighting is also affected by the selected outline style using the Items.OutlineStyle property

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 SftTreeItems 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.