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.
当您将诸如 saveFileDialog 之类的内容添加到表单时,它在设计器中意味着什么,它出现在设计器窗口底部的底部窗格中,而不是像按钮那样出现在表单内部?
当像 SerialPort 或 SaveFileDialog 这样的东西出现在设计器的底部时,它只是意味着该组件不是在窗体/窗口上绘制的物理东西。为避免混淆,它显示在窗口外。您可以单击它来查看和更改其属性,但它不会像按钮那样被绘制在窗口上。