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

CPDrawCheckBox() public méthode

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