Back to Devexpress

TdxGuideViewInfo Class

vcl-dxuiadorners-b1e6d1b1.md

latest2.5 KB
Original Source

TdxGuideViewInfo Class

Stores ViewInfo information for painting guide UI adorners.

Declaration

delphi
TdxGuideViewInfo = class(
    TdxCustomAdornerViewInfo,
    IcxMouseTrackingCaller,
    IcxMouseTrackingCaller2
)

Remarks

This class provides the following members that allow you to:

The TdxAdornerCustomDrawEvent procedural type’s AViewInfo parameter references a TdxGuideViewInfo object as the TdxCustomAdornerViewInfo class. To access the guide’s ViewInfo information within a custom draw event handler, cast a TdxCustomAdornerViewInfo object to the TdxGuideViewInfo class.

Implements

IcxMouseTrackingCaller

IcxMouseTrackingCaller2

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxCustomAdornerViewInfo TdxGuideViewInfo

See Also

TdxBadgeViewInfo

TdxCustomAdorner.OnCustomDraw

TdxCustomAdorner.OnCustomDrawBackground

TdxUIAdornerManager.OnAdornerCustomDraw

TdxUIAdornerManager.OnAdornerCustomDrawBackground

TdxGuideViewInfo Members

dxUIAdorners Unit