C++
const wchar_t* acedGetCMBaseAlias( AcadContextMenuMode mode );
File
aced.h
Description
This function returns the current base context menu alias for one of either Default, Edit, Hotgrip, or Command mode context menus. The returned string is the full menu alias, as in "MyGroup.MyMenuAlias".
mode may be one of the following values: kDefault, kEdit, kCommand, kHotGrip.
Parameters
Parameters | Description |
---|---|
mode | Input mode to specify which context menu base alias is desired |