[]
Adds an item to the C1CheckListSelectedItemCollection.
public void Add(C1CheckListItem item)
Public Sub Add(item As C1CheckListItem)
| Type | Name | Description |
|---|---|---|
| C1CheckListItem | item | The C1CheckListItem to add to the C1CheckListSelectedItemCollection. |
Adds an item to the C1CheckListSelectedItemCollection.
public int Add(object value)
Public Function Add(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value | The C1CheckListItem to add to the C1CheckListSelectedItemCollection. |
| Type | Description |
|---|---|
| int |