public uint GetCustomMenuId( string strText, string strActionName )
public: uint GetCustomMenuId( String^ strText, String^ strActionName )
Parameters
- strText
- the name (caption) of the menu item
- strActionName
- optional\: the name of the action called by the menu item. Also its parameters can be passed here. This parameter is not interpreted when it is a nullptr.
Return Value
the current command id (menu id)