Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.FlybyHighlight Property

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 SftBoxItems 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 as the mouse cursor moves over an item.

See Also SftBoxItems Object | Object Hierarchy


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