Add(Object, Boolean)
|
value, isChecked
|
Creates a new item with the specified value and state and appends it to the collection.
|
Add(Object, Nullable<Boolean>)
|
value, isChecked
|
Creates a new item with the specified value and state and appends it to the collection.
|
Add(Object, String, CheckState, Boolean)
|
value, description, checkState, enabled
|
Adds a new item with the specified settings to the collection.
|
Add(Object, String)
|
value, description
|
Adds a new item with the specified value and description to the collection.
|
Add(Object, CheckState, Boolean)
|
value, state, enabled
|
Creates a new item with the specified settings and appends it to the collection.
|
Add(Object, CheckState)
|
value, state
|
Creates a new item with the specified value and check state and appends it to the collection.
|
Add(Object)
|
value
|
Adds a new item with the specified value to the collection.
|