Popup - ShowPopup Method

Show the popup

Member of Popup (PRIM_PPNL)

Parameters

NameTypeData TypeDescription
Left*Input (Optional)IntegerLeft position in pixels
Top*Input (Optional)IntegerTop position in pixels
Placement*Input (Optional)EnumerationSpecifies whether to show the popup at the design location or centered
Transition*Input (Optional)EnumerationName of the animation to use when showing the popup
Context*Input (Optional)PRIM_CTRLReference to the control to which the popup applies

Details

The ShowPopup method will show the popup.
 
The Top and Left parameters can be used to override the default position.
 
The Transition parameter provides access to a variety of animations that can be used to make the showing of the popup a little more interesting than simply appearing on the screen.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2