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.
我想知道如何创建这个“?” Visual Studio 中的按钮。我不知道在哪里可以找到它,也不知道它叫什么。
图片:
谁能把我引向正确的方向?
它被称为 a HelpButton,一旦你设置它就会可见:
HelpButton
Form.HelpButton
true
MaximizeBox
false
MinimizeBox
单击此按钮时,它会引发Form.HelpButtonClicked事件。
Form.HelpButtonClicked
编辑:对于 WPF,请参见此处