[]
Specifies the Built-in commands of the C1ZoomCommandProvider component.
public enum ZoomCommands
| Name | 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. |