Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / Layout Property

In This Topic
    Layout Property
    In This Topic
    Gets or sets the toolbars layout; To enable automatic layout persistence, add this property to dynamic properties.
    Syntax
    'Declaration
     
    
    Public Property Layout As String
    public string Layout {get; set;}
    See Also