Gets or sets the action to be performed when the ENTER key is pressed
in a C1.Win.C1Preview.C1PreviewPane control which is viewing the current document.
Namespace:
C1.C1PreviewThe default value is None.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute("FormsKeyActionEnter")] [DefaultValueAttribute(FormsKeyActionEnterEnum.None)] public FormsKeyActionEnterEnum FormsKeyActionEnter { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute("FormsKeyActionEnter")> _ <DefaultValueAttribute(FormsKeyActionEnterEnum.None)> _ Public Property FormsKeyActionEnter As FormsKeyActionEnterEnum Get Set |
Remarks
The default value for this property is FormsKeyActionEnterEnum.None.