Redraw Property (ModHFGrid)

Example    Applies To

Returns or sets a value that determines whether the ModHFGrid should be automatically redrawn after each change.

Syntax

object.Redraw [=Boolean]

The Redraw property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
Boolean A Boolean expression that specifies whether the ModHFGrid is automatically redrawn after each change.

Settings

The settings for Boolean are:

Part Description
True The ModHFGrid automatically redraws after each change. This is the default.
False The ModHFGrid does not redraw after each change.

Remarks

You can use this property in code to reduce flicker while making extensive updates to the contents of the ModHFGrid.