Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
IGContextMenu - setting style based on current StyleManager
posted

I have written a popup Spell check menu based on your example using IGContextMenu.  However I cannot work out how to set it's style to match the application's main menu styles as set by a call to Infragistics.Win.AppStyling.StyleManager.Load.  Can you explain how I can set the IGContextMenu display style to reflect the currently loaded style?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    I imagine if you use UltraToolbarsManager to provide the context menu instead of IGContextMenu, it will automatically pick up the styling. IGContextMenu is not stylable and while it's possible to get the style information for a specific role, it's quite complicated and it would be a lot easier to just use the UltraToolbars menus. 

Children
No Data