BCGControlBar Pro for MFC
CComboBox* CBCGPToolbarComboBoxButton::GetComboBox ( ) const
inline

Returns a pointer to the button's combo box control.

Returns
A pointer to CComboBox object that is attached to the button. It can be NULL if the button has been just created and still is not placed on a toolbar.

Returns a pointer to the button's combo box control. The combo box control is created when a button is placed on a toolbar (CBCGPToolBar::InsertButton, CBCGPToolBar::SetButtons, CBCGPToolBar::ReplaceButton).