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

In This Topic
    LayoutExclude Property
    In This Topic
    List of controls whose children are excluded from SaveLayout / RestoreLayout.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property LayoutExclude As List(Of Control)
    public static List<Control> LayoutExclude {get;}
    See Also