Gets or sets the action to be performed when an Enter key is pressed in C1PrintPreview control which is connected to this doc engine.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[DefaultValueAttribute(FormsKeyActionEnterEnum.None)]
public FormsKeyActionEnterEnum FormsKeyActionEnter { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(FormsKeyActionEnterEnum.None)> _
Public Property FormsKeyActionEnter As FormsKeyActionEnterEnum

See Also