ComboBox.SetUpdate

ComboBox.SetUpdate (

string ObjectName,

boolean Enabled = true )

Description

Sets the enabled/disabled update state of a combobox object. The update state controls whether or not the combobox object will be redrawn to reflect any changes that have been made. When a combobox object's update state is disabled, any actions to modify it will not be visible to the user until this action is called to enable the update state.

Parameters

ObjectName

(string) The name of the combobox object.

Enabled

(string) The item text to display.

VALUE

DESCRIPTION

true

Enabled. (Default)

false

Disabled.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions