Method Add
Add(string, int, ImageSet?)
Adds new item.
int Add(string text, int value, ImageSet? bitmap = null)
Parameters
Returns
- int
Added item index.
Add(object, ImageSet?)
Adds new item.
int Add(object value, ImageSet? bitmap = null)
Parameters
Returns
- int
Added item index.
Remarks
Items title is generated automatically using ToString().
Add(string, object, ImageSet?)
Adds new item.
int Add(string text, object value, ImageSet? bitmap = null)
Parameters
Returns
- int
Added item index.
Add(string, out int)
Adds new item with autogenerated value (id).
void Add(string text, out int value)