System.Windows.Forms.ThemeWin32Classic.CPDrawMixedCheckBox C# (CSharp) 메소드

CPDrawMixedCheckBox() 공개 메소드

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