Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / AcceptsCtrlTab Property

In This Topic
    AcceptsCtrlTab Property
    In This Topic
    Gets or sets a value indicating whether the control handles Ctrl-Tab and Ctrl-Shift-Tab keys.
    Syntax
    'Declaration
     
    
    Public Property AcceptsCtrlTab As Boolean
    public bool AcceptsCtrlTab {get; set;}
    See Also