3 references to WS_CAPTION
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (2)
3887
cp.Style |= NativeMethods.
WS_CAPTION
;
3893
cp.Style |= NativeMethods.WS_SYSMENU | NativeMethods.
WS_CAPTION
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
331
cp.Style &= ~(NativeMethods.
WS_CAPTION
| NativeMethods.WS_CLIPSIBLINGS); /* no caption, no siblings */