Item Click Event not firing for the Ultra-explorer Bar Control for VisualStudio2005Toolbox style type,For first Group Items Click event firing but not for other items in the group...
The same is working for the OutlookNavigationPane style type.
Cheers,
Sumit
By default, items displayed under the VisualStudio2005Toolbox style resolve their style to 'StateButton', and that event is not supposed to fire for state buttons. The ItemCheckStateChanging/Changed events fire for that style.
thanks Brian ,
it's working fine for us..,have one more question :) ,what are the properties avilable to restrict users to add/remove the group/items in the Ultra-explorer Bar Control .currently it's allowing the users to add the new groups and their items..which i want to restrict in my UI.
or simply i don't want any right click options in my controls ... please let me know the properties.. avilalable on same
Note[ i am using VisualStudio2005Toolbox style of Ultra-explorer Bar Control ]
Many thanks
You could handle the ContextMenuInitializing event and cancel it.