BaseFormSuspendingMdiChild Property
Gets the MDI child that is suspending this form by a
ShowMdiChild call,
or
if this form is not suspended. When this property is not
,
the returned form is among the elements of the
OwnedMdiChildren property.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[BrowsableAttribute(false)]
protected Form? SuspendingMdiChild { get; }
<BrowsableAttribute(false)>
Protected ReadOnly Property SuspendingMdiChild As Form
Get
protected:
[BrowsableAttribute(false)]
property Form^ SuspendingMdiChild {
Form^ get ();
}
[<BrowsableAttribute(false)>]
member SuspendingMdiChild : Form with get
Property Value
Form