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

CPDrawMixedCheckBox() public method

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