ListBox.SetUpdate

ListBox.SetUpdate (

string ObjectName,

boolean Enabled = true )

Example 1

ListBox.SetUpdate("Install Options", true);

Enables the update state of the listbox object named "Install Options."

Example 2

ListBox.SetUpdate("Install Options", false);

Disables the update state of the listbox object named "Install Options."

See also: Related Actions