In the following code in my grc file, can I make changes to the "item"
string through the api?'STR#' 32500 "Strings for the Menu" { /* [ ] */
"Menu name" /* [ 1 ] */ "item" }
I find that the APIdefs_Callback.h file has API_IAttributeEventHandler,
and I want to know what action can be triggered.I tried to change the
material of the element but it didn't trigger.