|
|
|
|
FlybyHighlightUnderline Property, RowHeadersClass Class |
Defines whether row headers are underlined as the mouse cursor moves over a row header.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property FlybyHighlightUnderline As Boolean |
C# |
public bool FlybyHighlightUnderline { get; set; } |
C++ |
public: property bool FlybyHighlightUnderline { |
Property Value
True if row headers are underlined as the mouse cursor moves over a row header, otherwise False.
The default value is True.
Comments
The FlybyHighlightUnderline property defines whether row headers are underlined as the mouse cursor moves over a row header.
If enabled, column headers are underlined by underlining a cell's text parts (based on TextPartClass).
The FlybyHighlight property must be set to True, otherwise FlybyHighlightUnderline has no effect.