Share via


CMFCToolBarEditBoxButton::GetContentsAll

Retrieves the text of the first edit box toolbar control that has the specified command ID.

static CString __stdcall GetContentsAll(
   UINT uiCmd
);

Parameters

  • [in] uiCmd
    The command ID of the button from which to retrieve contents.

Return Value

A CString object that contains the text of the first edit box toolbar control that has the specified command ID.

Remarks

This method returns the empty string if no CMFCToolBarEditBoxButton objects have the specified command ID.

Requirements

Header: afxtoolbareditboxbutton.h

See Also

Reference

CMFCToolBarEditBoxButton Class

Hierarchy Chart