HyperlinkLabelControlAppearanceOptions.UsePressedColor Property
Gets or sets whether to use the HyperlinkLabelControlAppearanceObject.PressedColor property value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool UsePressedColor { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if the HyperlinkLabelControlAppearanceObject.PressedColor property value is used; false, if the default color is used. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UsePressedColor |
---|---|
HyperlinkLabelControlAppearanceObject |
|
See Also