Skip to main content
A newer version of this page is available. .

HyperlinkLabelControlAppearanceOptions Class

Provides the appearance options used to paint a HyperlinkLabelControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class HyperlinkLabelControlAppearanceOptions :
    LabelControlAppearanceOptions

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