PrintDocument for WinForms
UserActionEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : UserActionEnum 列挙体
Specifies an end user action on a control produced by a RenderInputBase-derived object when the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
シンタックス
'宣言
 
Public Enum UserActionEnum 
   Inherits System.Enum
'使用法
 
Dim instance As UserActionEnum
public enum UserActionEnum : System.Enum 
メンバ
メンバ解説
ClickThe control is clicked.
EnterThe input focus enters the control.
LeaveThe input focus leaves the control.
MouseDownThe mouse pointer is over the control and a mouse button is pressed.
MouseEnterThe mouse pointer enters the control.
MouseLeaveThe mouse pointer leaves the control.
MouseUpThe mouse pointer is over the control and a mouse button is released.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.UserActionEnum

参照

C1.C1Preview 名前空間