S SS

S SS

  • NA
  • 16
  • 483

How to check ToolBars subitem property enabled or disabled

Feb 2 2018 9:48 PM
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