[]
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).
public enum FormsKeyActionEnterEnum
| 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. |