Click or drag to resize

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; }

Property Value

Type: Boolean
true if this instance is suspended; otherwise, false.
See Also