Hi,
I have used CommandBar in my C# project to create a tool bar. Tool bar is created in a base class that is extended by several child classes. Child classes are expected to show/hide and/or enable/disable CommandBarButtons in the tool bar that's why the tool bar buttons are declared protected. When making a CommandBarButton object 'protected' it is not showing mouse hover effect on child form. I was able to reproduce the issue in a sample project but unable to attached the project here.
I have used CommandBar in my C# project to create a tool bar. Tool bar is created in a base class that is extended by several child classes. Child classes are expected to show/hide and/or enable/disable CommandBarButtons in the tool bar that's why the tool bar buttons are declared protected. When making a CommandBarButton object 'protected' it is not showing mouse hover effect on child form. I was able to reproduce the issue in a sample project but unable to attached the project here.