MDI Taskbar?

Does anyone have a mdi taskbar class or somthing. I cant find one good example anywhere :'(



Answer this question

MDI Taskbar?

  • zheny.lu

    The MenuStrip has an MdiWindowListItem property. Assign your "Window" ToolStripMenuItem to this property and a list of open MDI child windows will be automatically created below it. The MainMenu has a similar MdiListItem property.
  • Tai Yee

    Is there a way I can set the MDI child's icon to be on the MdiWindowListItem.Image How can I know which form is this MdiWindowListItem related to Thanks alot!
  • Wes Dyer

    The MainMenu and MenuStrip classes can automatically display a list of open MDI child forms. Do you need more than that
  • Stephen Vanterpool

    how


  • MDI Taskbar?