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

In This Topic
    MultiLine Property
    In This Topic
    Gets or sets a value indicating whether more than one row of tabs can be displayed.
    Syntax
    'Declaration
     
    
    Public Property MultiLine As Boolean
    public bool MultiLine {get; set;}
    See Also