CommandConnection.FreezeRefresh

Syntax

CommandConnection.FreezeRefresh( frz)

Purpose

Specifies to freeze the CommandConnection when setting the properties to avoid flicker on the connected control.

Remarks

FreezeRefresh calls must be balanced. For example, each time you call this method with a value of True , you must also call it with a value of False .

Parameters

frz As Boolean

[In] When this parameter is True , the CommandConnection does not refresh the control. When this parameter is False , the CommandConnection refreshes the control.