Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / AcceptsTab Property

In This Topic
    AcceptsTab Property
    In This Topic
    Gets or sets a value indicating whether pressing the TAB key in a control types a TAB character in the editor instead of moving the focus to the next control in the tab order.
    Syntax
    'Declaration
     
    Public Property AcceptsTab As System.Boolean
    public System.bool AcceptsTab {get; set;}
    See Also