Windowless Controls
问题 The MSDN page for the ShowWithoutActivation method - here - on a Form state that ToolStripItem s are windowless. What does it mean for a control to be windowless? What purpose do they serve? How can I make my own Windowless controls? 回答1: In underlying Windows architecture, a Control is basically a borderless Window. They are 90% the same thing. A ToolStripItem, on the other hand, does not derive from Control. It does not draw itself, it does not have a Window handle or a message queue. A