Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ButtonFaceColor Property, FootersClass Class

Defines the color used to draw the face of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).

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

Syntax

public Color ButtonFaceColor { get; set; }
Public Property ButtonFaceColor As Color

Value

The column footer button's face color.

The default value is Color.ButtonFace.

Comments

Defines the color used to draw the face of a column footer button (BackgroundAppearanceEnum.ButtonPlain only).

The defined color is only used if the column footer's appearance is defined as BackgroundAppearanceEnum.ButtonPlain (FootersClass.AppearanceDefault or CellBaseClass.Appearance).

See Also FootersClass Class | Classes | SftTree/NET 2.0