Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
SwfToolbar Status verification
posted

 

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

Parents
No Data
Reply
  • 7695
    Offline posted

    Hi Tinu,

        Similar to CaptionResolved there is an EnabledResolved boolean property that you should be able to use for this purpose.

     

     

Children
No Data