Back to Devexpress

HyperlinkLabelControlAppearanceObject.DisabledColor Property

windowsforms-devexpress-dot-xtraeditors-dot-hyperlinklabelcontrolappearanceobject-4dff524e.md

latest2.0 KB
Original Source

HyperlinkLabelControlAppearanceObject.DisabledColor Property

Gets or sets the color used to display links within a disabled HyperlinkLabelControl (when its Enabled property is set to false ).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public Color DisabledColor { get; set; }
vb
<XtraSerializableProperty>
Public Property DisabledColor As Color

Property Value

TypeDescription
Color

A color used to display disabled links.

|

Remarks

By default, links within a disabled HyperlinkLabelControl are displayed with the color specified by the current skin. To define a custom color used to paint these links, set the DisabledColor property.

See Also

LinkColor

VisitedColor

PressedColor

HyperlinkLabelControlAppearanceObject Class

HyperlinkLabelControlAppearanceObject Members

DevExpress.XtraEditors Namespace