Forum Discussion

Dewayne_Pinion's avatar
Dewayne_Pinion
Contributor
10 years ago
Solved

Trying to click on a custom menu

Hello all, We have a navigator control that is custom in our application that I would like to be able to click on based off of the text for the control. Here are some properties for the control:   ...
  • HKosova's avatar
    HKosova
    10 years ago

    Try this:

     

    • Go to Tools > Current Project Properties > Object Mapping > Microsoft Controls > WinForms > Strip Toolbar (ToolStrip).
    • Add your class name (M3.CustomControls.M3CustomControl.NavigatorControl) to the list.
    • In all subcategories (ToolStripButton and others), check the Derived Classes check box.

     

    The config should look like this:

    m3-menu-object-mapping.png


    Then try recording the menu selection - is it recorded using item names or coordinates?