BCGControlBar Pro for MFC
virtual BOOL CBCGPEditListBase::EditItem ( int  iIndex)
pure virtual

Allows to edit an item in-place. Implementation required

Returns
Nonzero if in-place editing operation was accomplished successfully; otherwise 0.

Override this function to implement the actual in-place editing algorithm.

Parameters
iIndexSpecifies the index of the item to be edited in-place

Implemented in CBCGPEditListBox.