Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

FlybyHighlightUnderline Property, FootersClass Class

Defines whether column footers are underlined as the mouse cursor moves over a column footer.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool FlybyHighlightUnderline { get; set; }
Public Property FlybyHighlightUnderline As Boolean

Value

True if column footers are underlined as the mouse cursor moves over a column footer, otherwise False.

The default value is False.

Comments

Defines whether column footers are underlined as the mouse cursor moves over a column footer.

If enabled, column footers are underlined by underlining a cell's text parts (based on TextPartClass).

The FootersClass.FlybyHighlight property must be set to True, otherwise FlybyHighlightUnderline has no effect.

See Also FootersClass Class | Classes | SftTree/NET 2.0