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

DrawCheckBoxFocus() public method

public DrawCheckBoxFocus ( Graphics g, CheckBox cb, Rectangle focusArea ) : void
g System.Drawing.Graphics
cb CheckBox
focusArea System.Drawing.Rectangle
return void
		public virtual void DrawCheckBoxFocus (Graphics g, CheckBox cb, Rectangle focusArea)
		{
			ControlPaint.DrawFocusRectangle (g, focusArea);
		}
ThemeWin32Classic