Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / LayoutMdi Method
One of the MdiLayout values that defines the layout of MDI child forms.

In This Topic
    LayoutMdi Method (C1RibbonForm)
    In This Topic
    Arranges the multiple-document interface (MDI) child forms within the MDI parent form.
    Syntax
    'Declaration
     
    
    Public Shadows Sub LayoutMdi( _
       ByVal value As MdiLayout _
    ) 
    public new void LayoutMdi( 
       MdiLayout value
    )

    Parameters

    value
    One of the MdiLayout values that defines the layout of MDI child forms.
    See Also