
'Declaration <DefaultMemberAttribute("Item")> Public NotInheritable Class ComboBoxItemList
'Usage Dim instance As ComboBoxItemList
[DefaultMember("Item")] public sealed class ComboBoxItemList
System.Object
Xceed.Editors.ComboBoxItemList
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. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a ComboBoxItem to the list. |
![]() | AddRange | Adds the specified values to the end of the list. |
![]() | Clear | Removes all items from the list. |
![]() | Contains | Overloaded. Retrieves a boolean value indicating if the item exists in the list. |
![]() | CopyTo | Copies the items of the list to an array, starting at a particular array index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the list. |
![]() | IndexOf | Searches for the specified ComboBoxItem in the list and returns the zero-based index of the first occurrence. |
![]() | Insert | Inserts a ComboBoxItem into the list at the specified index. |
![]() | Remove | Removes the first occurrence of item from the list. |
![]() | RemoveAt | Removes the item at the specified index. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2