Can't obtain "Preferred Menu/Menu Type" dialogs
Hi
I have application which used next controls:
System.Windows.Forms.MenuStrip (horizontal bar - File, Help)
System.Windows.Forms.ToolStripDropDownMenu (vertical drop down "File open" for File, and "About" for Help)
I want use them like
menuobject.Click("File|File Open");
But TestComplete generates code like
menuobject.Click(1,3);
I have found on these pages that I could use MainMenu, but I can't obtain dialog where I can select MainMenu controls
http://smartbear.com/support/viewarticle/12898/
http://smartbear.com/support/viewarticle/12897/
Additional info:
ClrClassName: MenuStrip
ClrFullClassName: System.Windows.Forms.MenuStrip
Product version: 2.0.50727.5420 (.NET Framework 2.0)
ClrClassName: ToolStripDropDownMenu
ClrFullClassName: System.Windows.Forms.ToolStripDropDownMenu
Product version: 2.0.50727.5420 (.NET Framework 2.0)
Windows 7 x32
.NET Framework 4
TetsComplete 8.20.538.7