LiveDynamics Property [Visio 2003 SDK Documentation]

Controls whether Microsoft Office Visio recalculates shape properties during drag operations on every mouse move or only after the mouse button is released.

bLiveDynamics = object**.LiveDynamics**

object**.LiveDynamics** = bLiveDynamics

bLiveDynamics     Required Boolean. True if live dynamics is enabled; False if live dynamics is not enabled.

object     Required. An expression that returns an Application object.

Version added

2000

Remarks

The LiveDynamics property tracks actions, such as resizing and rotating shapes, and is effective when shapes are glued or related to each other. When the value of the LiveDynamics property is True, more events such as CellChanged occur. Solutions that respond to such events may operate more quickly if the LiveDynamics property is set to False.

Applies to | Application object | InvisibleApp object

See Also | AutoLayout property | CellChanged event | DeferRecalc property