PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FormsKeyActionTab Property

In This Topic
    FormsKeyActionTab Property (C1PrintDocument)
    In This Topic
    Gets or sets the action to be performed when the TAB key is pressed in a C1.Win.C1Preview.C1PreviewPane control which is viewing the current document.

    The default value is FormsKeyActionTabEnum.MoveAccrossDocOut.

    Syntax
    'Declaration
     
    Public Property FormsKeyActionTab As FormsKeyActionTabEnum
    public FormsKeyActionTabEnum FormsKeyActionTab {get; set;}
    See Also