Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

FlybyHighlightStyle Property, SftTreeItems Object

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

Syntax

Get

VB.NETStyle = object.FlybyHighlightStyle As SftTreeFlybyHighlightStyleConstants
VBStyle = object.FlybyHighlightStyle As SftTreeFlybyHighlightStyleConstants
C#.NETSftTreeFlybyHighlightStyleConstants Style = object.FlybyHighlightStyle;
VC++enum SftTreeFlybyHighlightStyleConstants Style = object->FlybyHighlightStyle;
enum SftTreeFlybyHighlightStyleConstants Style = object->GetFlybyHighlightStyle();
CHRESULT object->get_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants* Style);

Put

VB.NETobject.FlybyHighlightStyle = Style As SftTreeFlybyHighlightStyleConstants
VBobject.FlybyHighlightStyle = Style As SftTreeFlybyHighlightStyleConstants
C#.NETSftTreeFlybyHighlightStyleConstants object.FlybyHighlightStyle = Style;
VC++enum SftTreeFlybyHighlightStyleConstants object->FlybyHighlightStyle = Style;
void object->PutFlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style);
CHRESULT object->put_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style);

object

A SftTreeItems object.

Style

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

StyleValueDescription
flybySftTreeNone0None
flybySftTreeCol11The cell text of cells in the first displayed column are underlined as the mouse cursor moves over an item.
flybySftTreeAllColumns2The cell text of all cells are underlined as the mouse cursor moves over an item.

Comments

The FlybyHighlightStyle property defines whether items are underlined 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.