Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

ButtonGrayText Property, GadgetsClass Class

Defines the color used to draw the text of a button if it is disabled.

Class: GadgetsClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

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

Value

The button's text color.

The default value is Color.GrayText.

Comments

Defines the color used to draw the text of a button if it is disabled.

A button is defined by a ButtonPartClass instance. The defined color is only used only if the button is disabled. Otherwise, the color defined using ButtonPartClass.ForeColor is used instead.

See Also GadgetsClass Class | Classes | SftTree/NET 2.0