CheckedListBox.ObjectCollection
Wisej.Web.CheckedListBox ObjectCollection
Last updated
Was this helpful?
Wisej.Web.CheckedListBox ObjectCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of items in a .
Adds an item to the list of items for a .
item
An object representing the item to add to the collection.
Returns: . The zero-based index of the item in the collection.
Throws:
The item parameter was null.
Adds an item to the list of items for a .
item
An object representing the item to add to the collection.
isChecked
True to check the item.
Throws:
item
An object representing the item to add to the collection.
check
The check state for the new item.
Adds a collection of items to the list.
items
Collection of items to add to the list.
Inserts an item into the collection at the specified index.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
Throws:
Inserts an item into the collection at the specified index.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
check
The check state for the new item.
Throws:
index
The index of the item to remove.
Throws:
Returns: . The zero-based index of the item in the collection.
The item parameter was null.
Adds an item to the list of items for a .
Returns: .
Removes all items from the control.
The item was null.
The index was less than zero; or the index was greater than the count of items in the collection.
The item was null.
The index was less than zero; or the index was greater than the count of items in the collection.
Removes an item from the at the specified index.
The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.