ComboBoxItemList Class Properties
In This Topic
For a list of all members of this type, see ComboBoxItemList members.
Public Properties
| Name | Description |
 | ColumnCount | Gets the number of columns in the parent WinComboBox control's dropdown. |
 | Count | Gets the number of items contained in the list. |
 | IsSynchronized | Gets a boolean value indicating if access to the list is synchronized (thread-safe). |
 | Item | Gets or sets the ComboBoxItem at the specified index. |
 | SyncRoot | Gets an object that can be used to synchronize access to the list. |
Top
See Also