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.
似乎由于某种原因不可能,但值得一试:是否可以将继承的 TextBox 添加到 ToolStrip?
谢谢你。
如果你想要一个自定义文本框,你需要让你的文本框继承自 ToolStripTextBox 而不仅仅是 TextBox。然后您可以从代码或设计器中添加它。