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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum FormsKeyActionEnterEnum |
| Visual Basic |
|---|
Public Enumeration FormsKeyActionEnterEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No action is taken. | |
| LikeTab | The same action as that of the TAB key is taken. | |
| InvokeAcceptButton | The current form's Accept button is invoked. |