[]
        
(Showing Draft Content)

C1.C1Preview.UserActionEnum

UserActionEnum Enum

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.PrintDocument.8.dll
Syntax
public enum UserActionEnum

Fields

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.