ComponentOne Ribbon for WinForms
LayoutMdi Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1RibbonForm Class : LayoutMdi Method
One of the MdiLayout values that defines the layout of MDI child forms.
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

Reference

C1RibbonForm Class
C1RibbonForm Members