3 references to ImageMargin
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
77
int padding = (ShowCheckMargin || ShowImageMargin) ? textPadding +
ImageMargin
.Width : textPadding;
564
Renderer.DrawImageMargin(new ToolStripRenderEventArgs(e.Graphics, this,
ImageMargin
, SystemColors.Control));
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
268
return new Size(parent.Width - (parent.Padding.Horizontal - dropDownMenu.
ImageMargin
.Width), SeparatorThickness);