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

DrawStatusBarSizingGrip() protected method

protected DrawStatusBarSizingGrip ( Graphics dc, Rectangle clip, System.Windows.Forms.StatusBar sb, Rectangle area ) : void
dc System.Drawing.Graphics
clip System.Drawing.Rectangle
sb System.Windows.Forms.StatusBar
area System.Drawing.Rectangle
return void
		protected virtual void DrawStatusBarSizingGrip (Graphics dc, Rectangle clip, StatusBar sb, Rectangle area)
		{
			area = new Rectangle (area.Right - 16 - 2, area.Bottom - 12 - 1, 16, 16);
			CPDrawSizeGrip (dc, ColorControl, area);
		}
ThemeWin32Classic