问题
How to paint/draw a child form's close button (not MDI Form close button).
MDI form's close button cand be draw by System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Normal but how to draw child form's close button as seen in the picture.
I have got a thing but it is not same as in image displayed. System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.Normal
MdiCloseButton will provide the same thing.
来源:https://stackoverflow.com/questions/14134718/in-c-sharp-winform-app-how-to-paint-draw-child-form-close-button