Popup - TouchMove Property

Determines how the popup panel will respond to touch move processing

Member of Popup (PRIM_PPNL)

Data Type - Enumeration

Details

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.

Allowed Values

Enum ValueDescription
BothThe control can be moved both vertically and horizontally
HorizontalThe control can only move along the horizontal axis
VerticalThe control can only move along the vertical axis
ParentAll touch move processing will be directed to the parent control


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2