Share via


CMFCToolBarComboBoxButton::GetTextAll

Gets the text in the edit box of a combo box button that has a specified command ID.

static LPCTSTR GetTextAll(
   UINT uiCmd 
);

Parameters

  • [in] uiCmd
    The command ID of a specific combo box button.

Return Value

The text in the edit box if the method was successful; otherwise, NULL.

Requirements

Header: afxtoolbarcomboboxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarComboBoxButton Class