BaseFormMdiClient Property

Gets the corresponding MDI client of the form, or , if this form is neither an MDI container nor an MDI child.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BrowsableAttribute(false)]
protected MdiClient? MdiClient { get; }

Property Value

MdiClient

See Also