I have several shotcutcores in a widget a wish to change the settings of the shortcuts via code, can anyone assist with the syntax.
I can add "Menu items" that use !SetPath= & !SetIcon= with the Binding core-auto binding current object core, selected.
This works, so you can right click on any shortcut and then it will set a path or icon, but I wish to do it from code.
How can do a similar thing in code? Something like...
ShortCutCore.shortcutcore1.DisplayName="hello";
shortcutcore1.icon=icons\blank.png
or can I use !SetPath= & !SetIcon=
But I can not get it to work...
How can I achieve the same as the "auto binding current object core" ? so the code runs on the currently selected object core.
Thany you for any assistance
