HyperlinkLabelControlAppearanceOptions Class
Contains appearance options that paint a HyperlinkLabelControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return HyperlinkLabelControlAppearanceOptions objects:
Remarks
The HyperlinkLabelControlAppearanceOptions class exposes a set of Boolean properties that specify which appearance settings should be used to paint a HyperlinkLabelControl. These properties specify whether to use the normal link color, the visited link color, etc.
You can use the HyperlinkLabelControlAppearanceObject.Options property to access a HyperlinkLabelControlAppearanceOptions class instance.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
AppearanceOptions
DevExpress.XtraEditors.LabelControlAppearanceOptions
HyperlinkLabelControlAppearanceOptions
See Also