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

In This Topic
    FormsKeyActionTab Property (SampleC1PrintDocument)
    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 C1.C1Preview.FormsKeyActionTabEnum.MoveAccrossDocOut.

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