Popup - ShowPopup Method
Show the popup
Member of Popup (PRIM_PPNL)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Left | *Input (Optional) | Integer | Left position in pixels |
| Top | *Input (Optional) | Integer | Top position in pixels |
| Placement | *Input (Optional) | Enumeration | Specifies whether to show the popup at the design location or centered |
| Transition | *Input (Optional) | Enumeration | Name of the animation to use when showing the popup |
| Context | *Input (Optional) | PRIM_CTRL | Reference to the control to which the popup applies |
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.
Febuary 18 V14SP2