PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / FormsKeyActionEnterEnum Enumeration

In This Topic
    FormsKeyActionEnterEnum Enumeration
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Enum FormsKeyActionEnterEnum 
       Inherits System.Enum
    public enum FormsKeyActionEnterEnum : System.Enum 
    Members
    MemberDescription
    InvokeAcceptButtonThe current form's Accept button is invoked.
    LikeTabThe same action as that of the TAB key is taken.
    NoneNo action is taken.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.FormsKeyActionEnterEnum

    See Also