ListBox.SetEnabled

ListBox.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

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

Enables the listbox object named "Install Options."

Example 2

ListBox.SetEnabled("ListBox4", false);

Disables the listbox object named "ListBox4."

See also:  Related Actions