Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Clicking on RibbonBar/ButtonItem

$
0
0

I have problem simulating button clicks on this control item:

 

RibbonBar.JPG

 

The ClassName of the control is "DevComponents.DotNetBar.RibbonBar".

 

I can access the menu itself using 'Items' property:

[AppName].WinFormsObject('ribbonCtrl').WinFormsObject('rbManageServices').WinFormsObject('rbServices').Items.Item(0)

 

The ClassName of the menu item is "DevComponents.DotNetBar.ButtonItem".

 

The problem that I'm having is I couldn't click on the menu as there seems to be no 'Click' or 'Select' methods available against the menu item.

 

Has anyone done this before? Is there any other method that I could use instead?

 

Thanks.


Viewing all articles
Browse latest Browse all 20755

Trending Articles