BaseFormMdiClient Property
Gets the corresponding MDI client of the form, or , if this form is neither an MDI container nor an MDI child.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[BrowsableAttribute(false)]
protected MdiClient? MdiClient { get; }
<BrowsableAttribute(false)>
Protected ReadOnly Property MdiClient As MdiClient
Get
protected:
[BrowsableAttribute(false)]
property MdiClient^ MdiClient {
MdiClient^ get ();
}
[<BrowsableAttribute(false)>]
member MdiClient : MdiClient with get
Property Value
MdiClient