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

    Requirements

    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

    See Also