Forum Discussion

jmassey's avatar
jmassey
Contributor
9 years ago

Some simple items on ToolStrip not appearing in Object Browser

Hey all, I have a simple toolstrip on a print preview window that I am trying to automate. On the right hand side of the toolstrip are a textbox and buttons to navigate pages of the print job, and th...
  • Colin_McCrae's avatar
    9 years ago

    They'll be buttons within the toolstrip rather than separate child objects.

     

    Address them in a similar way as you would a dropdown - so by button name (if they have one) or index (less ideal as more breakable).

     

    Personally, I use ToolTip text on my .NET ToolStrips as the buttons are not visibly named on screen and index numbers are not reliable.