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 As MdiLayout _
)
public new void LayoutMdi(
MdiLayout
)
Parameters
- value
- One of the MdiLayout values that defines the layout of MDI child forms.
See Also