Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MDI の親で Dock=Fill を使用して ToolStripContainer を使用する方法???... MDI の親に ToolStripContainer をドロップし、プロパティ Dock に fill を割り当てると、すべての MDI の子が非表示になります。
ありがとう...
MDILayout が子フォームで機能しない
MDI子フォームをに追加してみてくださいToolStripContainer:
ToolStripContainer
toolStripContainer1.ContentPanel.Controls.Add(frm);