System.Windows.Forms.ThemeWin32Classic.CPDrawMixedCheckBox C# (CSharp) Méthode

CPDrawMixedCheckBox() public méthode

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