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

Begins in-place editing of an item's text.

Returns
Nonzero if in-place editing has begun successfully; otherwise 0.

The user begins in-place editing either by double-clicking the label of an item that has the focus or by pressing "F2" or " " (space) key.

Use this function to begin in-place editing of the specified list control item's text.

Parameters
iIndexIndex of the list control item that is to be edited.

Implements CBCGPEditListBase.