dbicCalendar Send comments on this topic.
LayoutMdi Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : LayoutMdi Method

value
One of the System.Windows.Forms.MdiLayout values that defines the layout of MDI child forms.
Arranges the multiple-document interface (MDI) child forms within the MDI parent form.

Syntax

Visual Basic (Declaration) 
Public Sub LayoutMdi( _
   ByVal value As MdiLayout _
) 
C# 
public void LayoutMdi( 
   MdiLayout value
)

Parameters

value
One of the System.Windows.Forms.MdiLayout values that defines the layout of MDI child forms.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also