VLPropertyList Reference

Read/Write PropertyLockRefresh

See AlsoSee Also Applies To Applies To

Enables or disables automatic refresh under certain conditions.

 

Syntax

object.LockRefresh[= boolean]

 

The LockRefresh property syntax has these parts:

Part Description
object An object expression that evaluates to an object present in the Applies to List.
boolean A Boolean expression.

Setting

The settings for Value are:

Setting Description
False Disables the refresh.
True (Default)Enables the refresh.

Remarks

Before adding a large number of properties, you should set this property to True and then back to false when the property addition is complete. This can significantly reduce the time taken to add the properties and will also avoid possible ugly flicker of the control.