ListBox.SetType

ListBox.SetType ( 

string ObjectName,

number Type )

Example 1

ListBox.SetType("ListBox1", LB_CHECKLISTBOX);

Sets the "ListBox1" listbox object to be a checklist box.

See also:  Related Actions