HyperlinkLabelControlAppearanceOptions Class
Provides the appearance options used to paint a HyperlinkLabelControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
Related API Members
The following members return HyperlinkLabelControlAppearanceOptions objects:
Remarks
The HyperlinkLabelControlAppearanceOptions class provides 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.
An HyperlinkLabelControlAppearanceOptions class instance can be accessed using the HyperlinkLabelControlAppearanceObject.Options property.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
AppearanceOptions
DevExpress.XtraEditors.LabelControlAppearanceOptions
HyperlinkLabelControlAppearanceOptions
See Also