'宣言 Public Enum MouseModeEnum Inherits System.Enum
'使用法 Dim instance As MouseModeEnum
public enum MouseModeEnum : System.Enum
'宣言 Public Enum MouseModeEnum Inherits System.Enum
'使用法 Dim instance As MouseModeEnum
public enum MouseModeEnum : System.Enum
| メンバ | 解説 |
|---|---|
| Hand | Clicking and dragging with the mouse moves the document page within the preview window. |
| None | No action is associated with the mouse. |
| Select | Clicking and dragging with the mouse selects text. |
| Zoom | Clicking and dragging with the mouse zooms into the rectangle upon mouse button release. |
| ZoomOut | Clicking and dragging with the mouse zooms out of the rectangle upon mouse button release. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Preview.MouseModeEnum