Base:
property
DefaultSize
System.Windows.Forms.ToolStrip.DefaultSize
2 references to DefaultSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusStrip.cs (2)
101
return new Padding(1, 3, 1,
DefaultSize
.Height);
228
int gripHeight = Math.Min(
DefaultSize
.Height, statusStripSize.Height);