How can we add a new menu item in Edit Colors Menu?
Hi,
I am working on a plugin for adobe illustrator 2022 by using adobe 2022 SDK.
I want to create menu item in the Edit Colors Menu.
I have used the following code for this:
______________________________________________________________________________
AIMenuItemHandle swapFillStrokeMenu;
ZRef zStringKey = ZREF("Swap Fill and Stroke");
error = sAIMenu->AddMenuItemZString(message->d.self, NULL, kAdobeColorFiltersMenuGroup, zStringKey, kMenuItemWantsUpdateOption, &swapFillStrokeMenu);
______________________________________________________________________________
But I have nothing as output. Can anyone please suggest me that what should I do in this code?
Thanks in advance
Kuo
