How to assign style using AppStylist for Popup Menu tool. (its added in the toolbar)
Hello,
I am glad to hear such feedback from you.
Please do not hesitate to contact with us if you have any further questions.
I want to change the fore color of popup menu
I used below code for style and it worked
<style role="PopupMenu">
<states>
<state name="Normal" foreColor="32, 77, 137" />
</states>
</style>
As far as I understand you want to set PopupStyle to the objects of type PopupMenyTool, trough isl theme (AppStylist for Windows Forms) . PopupStyle property determines whether a menu will be popped up as a menu or a toolbar, this property affects the functionality of the PopupMenyTool object and not direct the appearance, that's why it is not exposed in AppStylist. So you should adjust it through code in runtime or via designer in design time.
Please let me know if you have any further questions.