PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / FormsKeyActionEnter Property

In This Topic
    FormsKeyActionEnter Property (SampleC1PrintDocument)
    In This Topic
    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.

    The default value is C1.C1Preview.FormsKeyActionEnterEnum.None.

    Syntax
    'Declaration
     
    Public Property FormsKeyActionEnter As FormsKeyActionEnterEnum
    public FormsKeyActionEnterEnum FormsKeyActionEnter {get; set;}
    See Also