Method | Description | |
---|---|---|
Add ( object item, CheckState check ) : int |
Adds an item to the list of items for a CheckedListBox, specifying the object to add and the initial checked value.
|
|
Add ( object item, bool isChecked ) : int |
Adds an item to the list of items for a CheckedListBox, specifying the object to add and whether it is checked.
|
|
ObjectCollection ( |
Initialize a new instance of the ObjectCollection class.
|
public Add ( object item, CheckState check ) : int | ||
item | object | An object representing the item to add to the collection. |
check | CheckState | The initial CheckState for the checked portion of the item. |
return | int |
public Add ( object item, bool isChecked ) : int | ||
item | object | An object representing the item to add to the collection. |
isChecked | bool | true to check the item; otherwise, false |
return | int |
public ObjectCollection ( |
||
owner | Reference to owning control. | |
return | System |