Catch clicks on MSOControlSplitButtonPopup in Word 2003?

  • Thread starter anteros_development
  • Start date
A

anteros_development

On Word 2003's "Reviewing" toolbar there is a MSOControlSplitButtonPopup for
"Accept Change". How can I catch mouse clicks or on this button?

They only seem to support the IUknown, IDispatch, CommandBarControl,
CommandBarPopup, IAccessible and ISupportErrorInfo interfaces, and
specifically not the expected _CommandBarButton or IConnectionPointContainer
interfaces.

How can I know when a split button is invoked?


thanks
Dave Owens
anteros_development
 
Top