Hint Popup Property
DirectX Only
Hint Popup allows a PopupPanel (#prim_ppnl) instance to be used instead of the default popup text box. This gives the developer complete control over the content and format of the hint.
Define_Com Class(#prim_phbn) Name(#Button) Caption('Click') Hintpopup(#ButtonHintPanel)
Define_Com Class(#Prim_ppnl) Name(#ButtonHintPanel) Content(#MyHintPanelContent)