BCGControlBar Pro for MFC
virtual HWND CBCGPEditListBox::GetListHwnd ( ) const
inlineprotectedvirtual

Returns the handle to the embedded list view control.

Returns
A handle to the Windows list view control.

The editable list box portion of CBCGPEditListBox control is handled by embedded list view control. This function allows to retrieve the handle to the list view control in a derived class.

Implements CBCGPEditListBase.