PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / UserActionEnum Enumeration

In This Topic
    UserActionEnum Enumeration
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Enum UserActionEnum 
       Inherits System.Enum
    public enum UserActionEnum : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also