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 | Style = object.FlybyHighlightStyle As SftTreeFlybyHighlightStyleConstants |
VB | Style = object.FlybyHighlightStyle As SftTreeFlybyHighlightStyleConstants |
C#.NET | SftTreeFlybyHighlightStyleConstants Style = object.FlybyHighlightStyle; |
VC++ | enum SftTreeFlybyHighlightStyleConstants Style = object->FlybyHighlightStyle; enum SftTreeFlybyHighlightStyleConstants Style = object->GetFlybyHighlightStyle(); |
C | HRESULT object->get_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants* Style); |
Put
VB.NET | object.FlybyHighlightStyle = Style As SftTreeFlybyHighlightStyleConstants |
VB | object.FlybyHighlightStyle = Style As SftTreeFlybyHighlightStyleConstants |
C#.NET | SftTreeFlybyHighlightStyleConstants object.FlybyHighlightStyle = Style; |
VC++ | enum SftTreeFlybyHighlightStyleConstants object->FlybyHighlightStyle = Style; void object->PutFlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style); |
C | HRESULT object->put_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style); |
object
A SftTreeItems object.
Style
Defines whether items are underlined as the mouse cursor moves over an item.
Style | Value | Description |
---|---|---|
flybySftTreeNone | 0 | None |
flybySftTreeCol1 | 1 | The cell text of cells in the first displayed column are underlined as the mouse cursor moves over an item. |
flybySftTreeAllColumns | 2 | The cell text of all cells are underlined as the mouse cursor moves over an item. |
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