Hi.
I am facing a problem to check the status of the toolbar item. To get the toolbar item, I use the following scipt
ItemName = SwfWindow("Test_Window").SwfToolbar("_MdiHost_Toolbars_Dock_Area_To").GetNAProperty("Ribbon.Tabs[0].Groups[1].Tools[0].CaptionResolved")
I need to find the state the this item, whether its enabled or disabled.
Can someone help me, I cant proced with my automation without having this.
Regards,
Tinu
Hi Tinu,
Similar to CaptionResolved there is an EnabledResolved boolean property that you should be able to use for this purpose.