TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / MessageWhenMove Enumeration

In This Topic
    MessageWhenMove Enumeration
    In This Topic
    Specifies the actions when move magnifier.
    Syntax
    'Declaration
     
    
    Public Enum MessageWhenMove 
       Inherits System.Enum
    public enum MessageWhenMove : System.Enum 
    Members
    MemberDescription
    LeftDownC1Magnify will block the default mouse move message and send continuous mouse down message to target control.
    MoveWhen finger move, system will continue send mouse move message to control.
    NoneDo not generate any extra message, C1Magnify will block the default move message.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.MessageWhenMove

    See Also