ComboBox.SetEnabled

ComboBox.SetEnabled (

string ObjectName,

boolean Enabled = true )

Example 1

ComboBox.SetEnabled("ComboBox4", true);

Enables the combobox object named "ComboBox4."

Example 2

ComboBox.SetEnabled("My Lovely Little ComboBox", false);

Disables the combobox named "My Lovely Little ComboBox."

See also: Related Actions