[]
        
(Showing Draft Content)

C1.C1Preview.FormsKeyActionEnterEnum

FormsKeyActionEnterEnum Enum

Specifies an action that is to be performed when the ENTER key is pressed on a page containing RenderInputBase-derived objects, while 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 FormsKeyActionEnterEnum

Fields

Name Description
InvokeAcceptButton

The current form's Accept button is invoked.

LikeTab

The same action as that of the TAB key is taken.

None

No action is taken.