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

In This Topic
    AutoSaveLayout Property
    In This Topic
    Gets or sets the value indicating whether to automatically save the toolbars layout (for this to work, Layout must be added to dynamic properties).
    Syntax
    'Declaration
     
    
    Public Property AutoSaveLayout As Boolean
    public bool AutoSaveLayout {get; set;}
    See Also