'Declaration
Public Enum ZoomCommands Inherits System.Enum
public enum ZoomCommands : System.Enum
'Declaration
Public Enum ZoomCommands Inherits System.Enum
public enum ZoomCommands : System.Enum
Member | Description |
---|---|
None | Do not do any commands, default value. |
ResetZoom | Change zoom factor to 100%. |
ScrollDown | Scroll Down 1/3 of form content height. If the form has scrolled to the end point, do nothing. |
ScrollLeft | Scroll Left 1/3 of form content width. If the form has scrolled to the end point, do nothing. |
ScrollRight | Scroll Right 1/3 of form content width. If the form has scrolled to the end point, do nothing. |
ScrollUp | Scroll Up 1/3 of form content height. If the form has scrolled to the end point, do nothing. |
SelectNextControl | Move active control to next. |
SelectPreviousControl | Move active control to previous. |
ShowOrHidePreviewWindow | Show pan window. If the pan window has been showed, close pan window. |
SwitchFullScreen | Change the form to full screen. If the form has been full screen, change back. |
ZoomIn | ZoomIn 10% when execute this command. If current factor reach max factor, do nothing. |
ZoomOut | ZoomOut 10% when execute this command. If current factor reach max factor, do nothing. |
System.Object
System.ValueType
System.Enum
C1.Win.TouchToolKit.ZoomCommands
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