System.Windows.Forms.ThemeWin32Classic.CPDrawVisualStyleBorder C# (CSharp) Method

CPDrawVisualStyleBorder() public method

public CPDrawVisualStyleBorder ( Graphics graphics, Rectangle bounds ) : void
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
return void
		public override void CPDrawVisualStyleBorder (Graphics graphics, Rectangle bounds)
		{
			graphics.DrawRectangle (SystemPens.ControlDarkDark, bounds);
		}
ThemeWin32Classic