LiveDynamics property

Microsoft Visio Developer Reference

LiveDynamics property

   Example   

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

Version added

2000

Syntax

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.

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.