BaseFormIsSuspended Property

Gets whether the form is suspended by an owned MDI child.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BrowsableAttribute(false)]
public bool IsSuspended { get; }

Property Value

Boolean

See Also