Determines how the popup panel will respond to touch move processing
Member of Popup (PRIM_PPNL)
Data Type - Enumeration
The TouchMove Property defines how the popup will respond to touch move processing. Touch movements will directly affect the Top and Left properties of the popup.
Enum Value | Description |
---|---|
Both | The control can be moved both vertically and horizontally |
Horizontal | The control can only move along the horizontal axis |
Vertical | The control can only move along the vertical axis |
Parent | All touch move processing will be directed to the parent control |
Febuary 18 V14SP2