AddItem

Adds an item to the control list.

bool  AddItem(
   const string  item,     // text
   const long    value     // value
   )

Parameters

item

[in]  Text.

value

[in]  Value.

Return Value

true - successful, otherwise - false.