'Declaration
Public Enum MessageWhenMove Inherits System.Enum
public enum MessageWhenMove : System.Enum
'Declaration
Public Enum MessageWhenMove Inherits System.Enum
public enum MessageWhenMove : System.Enum
Member | Description |
---|---|
LeftDown | C1Magnify will block the default mouse move message and send continuous mouse down message to target control. |
Move | When finger move, system will continue send mouse move message to control. |
None | Do not generate any extra message, C1Magnify will block the default move message. |
System.Object
System.ValueType
System.Enum
C1.Win.TouchToolKit.MessageWhenMove
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2