PrintDocument for WinForms
MouseModeEnum 列挙体


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : MouseModeEnum 列挙体
Describes the supported preview pane mouse behavior modes.
シンタックス
'宣言
 
Public Enum MouseModeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As MouseModeEnum
public enum MouseModeEnum : System.Enum 
メンバ
メンバ解説
HandClicking and dragging with the mouse moves the document page within the preview window.
NoneNo action is associated with the mouse.
SelectClicking and dragging with the mouse selects text.
ZoomClicking and dragging with the mouse zooms into the rectangle upon mouse button release.
ZoomOutClicking and dragging with the mouse zooms out of the rectangle upon mouse button release.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Preview.MouseModeEnum

参照

C1.Win.C1Preview 名前空間