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
580
itemClick event not fired
posted

the itemClick event will not  be fired if  style is set to "VisualStudio2005Toolbox".

and StyleChanged Event is never fired

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    ItemClick is not supposed to fire for items whose style resolves to 'StateButton', which is the default item style for VSToolBox. The ItemCheckStateChanged event fires for state buttons. You can change the item style if you want via the UltraExplorerBar.ItemSettings.Style property.

Children