Identifies a single end-user input action which can be handled by a
C1Preview form control.
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.
Namespace:
C1.C1PrintDocumentAssembly:
C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public enum UserActionEnum |
Visual Basic (Declaration) |
---|
Public Enumeration UserActionEnum |
Members
See Also