Back to Devexpress

TdxGuide Class

vcl-dxuiadorners-dc532f9f.md

latest2.5 KB
Original Source

TdxGuide Class

A guide UI adorner element.

Declaration

delphi
TdxGuide = class(
    TdxCustomAdorner
)

Remarks

A selected guide highlights its target UI element by darkening the rest of the application form. A guide can display a callout popup containing additional information on the target element.

The TdxGuide class provides the following members that allow you to:

The UI adorner manager‘s Guides.Items property references a TdxGuide object.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponentCollectionItem TdxCustomAdorner TdxGuide

See Also

TdxBadge

TdxGuide Members

dxUIAdorners Unit