SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether items are underlined as the mouse cursor moves over an item.
Get
VB.NET | Boolean = object.FlybyHighlight As Boolean |
VB | Boolean = object.FlybyHighlight As Boolean |
C#.NET | bool Boolean = object.FlybyHighlight; |
VC++ | VARIANT_BOOL Boolean = object->FlybyHighlight; VARIANT_BOOL Boolean = object->GetFlybyHighlight(); |
C | HRESULT object->get_FlybyHighlight(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.FlybyHighlight = Boolean As Boolean |
VB | object.FlybyHighlight = Boolean As Boolean |
C#.NET | bool object.FlybyHighlight = Boolean; |
VC++ | VARIANT_BOOL object->FlybyHighlight = Boolean; void object->PutFlybyHighlight(VARIANT_BOOL Boolean); |
C | HRESULT object->put_FlybyHighlight(VARIANT_BOOL Boolean); |
object
A SftTreeItems object.
Boolean
Defines whether items are underlined as the mouse cursor moves over an item.
Boolean | Description |
---|---|
True | Items are underlined as the mouse cursor moves over an item. |
False | Items are not underlined as the mouse cursor moves over an item. |
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