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

CheckBox_DrawFocus() protected method

protected CheckBox_DrawFocus ( CheckBox checkbox, Graphics dc, Rectangle text_rectangle ) : void
checkbox CheckBox
dc System.Drawing.Graphics
text_rectangle System.Drawing.Rectangle
return void
		protected virtual void CheckBox_DrawFocus( CheckBox checkbox, Graphics dc, Rectangle text_rectangle )
		{
			DrawInnerFocusRectangle (dc, text_rectangle, checkbox.BackColor);
		}
ThemeWin32Classic