|
|
|
SftTreeItems.FlybyHighlightStyle Property |
Defines whether items are underlined as the mouse cursor moves over an item.
Syntax
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; |
||
C |
HRESULT object->get_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants* Style); |
||
Delphi |
Style := object.FlybyHighlightStyle : TOleEnum; |
||
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; |
||
C |
HRESULT object->put_FlybyHighlightStyle(enum SftTreeFlybyHighlightStyleConstants Style); |
||
Delphi |
object.FlybyHighlightStyle := Style : TOleEnum; |
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. |
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