BCGControlBar Pro for MFC
CBCGPIntelliSenseData

Detailed Description

The CBCGPIntelliSenseData class is a helper class that passed from the edit control to CBCGPIntelliSenseWnd window and contains data to be displayed by IntelliSense list box.

You should override CBCGPEditCtrl::OnFillIntelliSenseList and fill the list with the data to be displayed.

Inherits CObject.

Public Attributes

 m_dwDataUser-defined data associated with an IntelliSense item.
 
 m_nImageListIndexSpecifies the index in the image list of the image associated with the item.
 
 m_strItemHelpSpecifies the item help string.
 
 m_strItemNameThe item text.