|
|
|
|
FlybyHighlight Property, SftTree Class |
Defines whether items in the item area are highlighted as the mouse cursor moves over cells.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property FlybyHighlight As Boolean |
C# |
public bool FlybyHighlight { get; set; } |
C++ |
public: property bool FlybyHighlight { |
Property Value
True if items are highlighted as the mouse cursor moves over a cell, otherwise False.
The default value is True.
Comments
The FlybyHighlight property defines whether items in the item area are highlighted as the mouse cursor moves over cells.
The SelectionOutlineStyle property must be set to SelectionOutlineStyleEnum.UsingOutline for cells to be highlighted.
The FlybyHighlightUnderline property can be used to enable underlining of text parts (TextPartClass) as the mouse cursor moves over cells.