Panel.DeferFreeze Property
Defers the freezing of the panel until the children are no longer busy.
When None
(the default), the freezing will happen the same frame IsFrozen
is set to true
. Otherwise the panel will wait for all children to clear the busy status of this type before doing the freezing.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Panels 2.9.1
Returns
Possible Values
- None
- Loading
-
A resources is being loaded, either locally or remotely. Resolution could take several seconds.
- Deferring
-
There is a deferred processing, such as Defer, that is expected to resolve in a few frames.
- Processing
-
An extended processing, such as calculation, is happening on the node, resolution could take several seconds, or longer
- Preparing
-
Setup of the node and its children that should resolve in a couple of frames.
- Failed
-
There is a failure condition. Resolution may or may not be automatic
- Short
-
Busy activities that should resolve within a few frames
- Long
-
Busy activities tat may take several seconds, or longer, to resolve
- Common
-
Typical busy activities, excluding
Failed
- Any
-
A complete list of all possible BusyTaskActivity's