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

CPDrawCheckBox() public method

public CPDrawCheckBox ( Graphics dc, Rectangle rectangle, ButtonState state ) : void
dc System.Drawing.Graphics
rectangle System.Drawing.Rectangle
state ButtonState
return void
		public override void CPDrawCheckBox (Graphics dc, Rectangle rectangle, ButtonState state)
		{
			CPDrawCheckBoxInternal (dc, rectangle, state, false /* mixed */);
		}
ThemeWin32Classic