VLMenuPlus Reference

Read/Write Property LockRefresh

See Also See 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 VLMenuPlus
Boolean A Boolean expression.

Setting

The settings for boolean are:

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

Remark

Before changing a large number of properties, you should set this property to True and then back to false when all the changes are over. This will avoid possible ugly flicker of the control.