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

In This Topic
    ZoomCommands Enumeration
    In This Topic
    Specifies the Built-in commands of the C1ZoomCommandProvider component.
    Syntax
    'Declaration
     
    
    Public Enum ZoomCommands 
       Inherits System.Enum
    public enum ZoomCommands : System.Enum 
    Members
    MemberDescription
    NoneDo not do any commands, default value.
    ResetZoomChange zoom factor to 100%.
    ScrollDownScroll Down 1/3 of form content height. If the form has scrolled to the end point, do nothing.
    ScrollLeftScroll Left 1/3 of form content width. If the form has scrolled to the end point, do nothing.
    ScrollRightScroll Right 1/3 of form content width. If the form has scrolled to the end point, do nothing.
    ScrollUpScroll Up 1/3 of form content height. If the form has scrolled to the end point, do nothing.
    SelectNextControlMove active control to next.
    SelectPreviousControlMove active control to previous.
    ShowOrHidePreviewWindowShow pan window. If the pan window has been showed, close pan window.
    SwitchFullScreenChange the form to full screen. If the form has been full screen, change back.
    ZoomInZoomIn 10% when execute this command. If current factor reach max factor, do nothing.
    ZoomOutZoomOut 10% when execute this command. If current factor reach max factor, do nothing.
    Inheritance Hierarchy

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

    See Also