Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > Control > Control.updatePosition

Control.updatePosition

Syntax

updatePosition(parent);

Parameters

parent. Parent DOM node of the component.

Description

The updatePosition method updates size and position when absolute positioning based on the current parameters is used.

Example

The example of method use is given in description of the Control.Anchors property.

See also:

Control