Control - TouchMove Property

Determines how the control will respond to touch move processing

Member of Control (PRIM_CTRL)

Data Type - Enumeration

Details

The TouchMove Property defines how the control will respond to touch move processing.
 
Touch movements will directly affect the Top and Left properties of the control.

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