Back to Devexpress

TdxUIAdornerManager.OnGuideGetCalloutPopupControl Event

vcl-dxuiadorners-dot-tdxuiadornermanager-8a306710.md

latest1.1 KB
Original Source

TdxUIAdornerManager.OnGuideGetCalloutPopupControl Event

Enables you to display a callout popup control for the activated guide UI adorner.

Declaration

delphi
property OnGuideGetCalloutPopupControl: TdxGuideGetCalloutPopupControl read; write;

Remarks

This event occurs every time a guide is clicked, provided that its AllowCalloutPopup property is set to True. Handle this event and pass a control, form, or frame as the AControl parameter to provide the callout’s content. Refer to the TdxGuideGetCalloutPopupControl type description for additional information.

The guide’s callout popup is not displayed if its OnGetCalloutPopupControl event or the OnGuideGetCalloutPopupControl event is not handled or the AControl parameter is unspecified.

See Also

TdxUIAdornerManager Class

TdxUIAdornerManager Members

dxUIAdorners Unit