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

In This Topic
    LayoutMdi Method
    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 System.Windows.Forms.MdiLayout _
    ) 
    public new void LayoutMdi( 
       System.Windows.Forms.MdiLayout value
    )

    Parameters

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