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).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum UserActionEnum
Visual Basic
Public Enumeration UserActionEnum

Members

Member nameDescription
Click The control is clicked.
MouseUp The mouse pointer is over the control and a mouse button is released.
MouseDown The mouse pointer is over the control and a mouse button is pressed.
MouseEnter The mouse pointer enters the control.
MouseLeave The mouse pointer leaves the control.
Enter The input focus enters the control.
Leave The input focus leaves the control.

See Also