TabbedMDI - How to select and tab already opened

0
0

Hello,
I’m using a menu to open a form as a ChildMdi with TabbedMDI Parent.
How can I select a tab with a form already opened when the user clicks on the menu?
I couldn’t found the tab collections in the MdiForm.

Tks
Luiz

Attachment
  • You must to post comments
0
0

It worked

Thank you!

  • You must to post comments
0
0

Hi Luiz,

you can query your MDI child windows with the MDIChildren collection.
Simply call Activate() on the window you want to be shown.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.