BCGControlBar Pro for MFC
virtual BOOL CBCGPEditListBase::SelectItem ( int  iItem)
pure virtual

Selects a list control item. Implementation required.

Returns
Nonzero if the item was selected successfully; otherwise 0.

The actual implementation should make selected the item specified by iIndex.

Parameters
iItemSpecifies the zero-based index of the item in the list control.

Implemented in CBCGPEditListBox.