BCGControlBar Pro for MFC
virtual CString CBCGPKeyMapDlg::GetCommandKeys ( UINT  uiCmdID) const
protectedvirtual

Returns a string that contains a list of keys associated with the given command.

Returns
A CString object that contains a text string with the list of keys associated with the given command.

This function is called by the framework to obtain a "visual" representation of the key map items. The default implementation prints a list of keys delimited by ';' into the output string.

Parameters
uiCmdIDSpecifies a command whose keys should be returned.