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.

Definition

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

Property Value

Form

See Also