如何绘制/绘制子窗体的关闭按钮(不是 MDI 窗体关闭按钮)。
MDI 窗体的关闭按钮可以由 System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Normal绘制,但如何绘制子窗体的关闭按钮,如图所示。
我有一个东西,但它与显示的图像不同。System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.Normal
MdiCloseButton 将提供相同的功能。