dbicDayView Send comments on this topic.
IsMdiContainer Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : IsMdiContainer Property

Gets or sets a value indicating whether the form is a container for multiple-document interface (MDI) child forms.

Syntax

Visual Basic (Declaration) 
Public Property IsMdiContainer As Boolean
C# 
public bool IsMdiContainer {get; set;}

Property Value

true if the form is a container for MDI child forms; otherwise, false. The default is false.

Requirements

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

See Also