PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / InputAction Class / UserAction Property

In This Topic
    UserAction Property (InputAction)
    In This Topic
    Gets or sets the kind of user action (such as click or focus enter) associated with the current object.
    Syntax
    'Declaration
     
    Public Property UserAction As UserActionEnum
    public UserActionEnum UserAction {get; set;}
    See Also