StackPanel.endUpdate

Syntax

endUpdate ()

Description

The endUpdate method resumes component drawing.

Comments

The endUpdate method executes if the StackPanel.beginUpdate method has been used before setting the parameter set.

Example

An example of use is given in description of the StackPanel.beginUpdate method.

See also:

StackPanel