Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

redraw method

The redraw method repositions all the elements of the widget. If bForceAll is false, it only redraws elements whose position and dimensions are not fixed, which speeds up the procedure. If bForceAll is set to true, then all elements are redrawed.

Syntax

Syntax
widget.redraw(bForceAll);
ParametersbForceAll : Required. Boolean indicating whether the redraw of all elements is forced or not.
Returns-
Page last modified on October 02, 2007, at 08:19 AM