I need to verify property for a toolbar subitem.
I am able to select each item by using
ToolBars.ToolBarClickItem("Item1);
Need to be able to add function to verify as well but the items object properties are not available. Adding a dictionary value allows to select but not verify.
As a newbie to c#, really appreciate help on this.
Thanks
SS