BCGControlBar Pro for MFC
static BOOL CBCGPToolBar::IsBasicCommand ( UINT  uiCmd)
inlinestatic

Determines whether the specified command is a basic command.

Returns
Nonzero if the specified command belongs to the list of basic commands; otherwise 0.

This static member function determines whether the specified by uiCmd command belongs to the global list of basic commands. You can manipulate the list of basic commands by AddBasicCommand() and SetBasicCommands().

Parameters
uiCmdSpecifies the command to check.