添加帮助图标的WinForms表格标题栏(Adding help icon to WinForms

2019-09-18 07:26发布

一些Windows的本地应用程序有标题栏图标是一个问号。 它通常是在右边缘,只是附近的关闭按钮。 我怎样才能做到这一点在C#WinForms应用程序? 我想在Windows XP中起有效的解决方案。

Answer 1:

设置窗体的HelpButton属性为True。 你还需要有MaximizeButton和MinimizeButton属性设置为False。



文章来源: Adding help icon to WinForms form titlebar