ControlIsSuspended Property |
Gets a value indicating whether the layout of child controls is suspended.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsSuspended { get; }
Public ReadOnly Property IsSuspended As Boolean
Get
member IsSuspended : bool with get
Property Value
Type:
Booleantrue if this instance is suspended; otherwise,
false.
See Also