[]
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
Name | Description |
---|---|
Click | The control is clicked. |
Enter | The input focus enters the control. |
Leave | The input focus leaves the control. |
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. |
MouseUp | The mouse pointer is over the control and a mouse button is released. |