[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.MessageWhenMove

MessageWhenMove Enum

Specifies the actions when move magnifier.

Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public enum MessageWhenMove

Fields

Name 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.