BCGControlBar Pro for MFC
static LPCTSTR CBCGPToolbarComboBoxButton::GetTextAll ( UINT  uiCmd)
static

Looks for a combo box button with the given command ID and retrieves the text from the edit control of a combo box.

Returns
A const pointer to the string that contains a text from the edit control of a combo box. It can be NULL if uiCmd does not specify a valid command ID.

This function searches for a combo box button with the specified command ID and retrieves the text from the edit control box of the button's combo box.

Parameters
uiCmdSpecifies the button's command ID to search for.