TdxGuide.AllowCalloutPopup Property
Specifies if the guide UI adorner can display a callout popup.
Declaration
property AllowCalloutPopup: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False or True to disable or enable raising the OnGetCalloutPopupControl event on clicking the guide.
The default AllowCalloutPopup property value is True.
See Also