|
|
|
SftTree.FlybyHighlight Property |
Defines whether items are underlined as the mouse cursor moves over an item.
Deprecated - Provided for compatibility with earlier versions only - Use Items.FlybyHighlightStyle instead
Syntax
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; |
||
C |
HRESULT object->get_FlybyHighlight(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.FlybyHighlight : WordBool; |
||
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; |
||
C |
HRESULT object->put_FlybyHighlight(VARIANT_BOOL Boolean); |
||
Delphi |
object.FlybyHighlight := Boolean : WordBool; |
object
A SftTree 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. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.FlybyHighlightStyle instead
The FlybyHighlight property defines whether items are underlined as the mouse cursor moves over an item.
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 SftTree Object | Object Hierarchy