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

CheckBox_DrawText() protected method

protected CheckBox_DrawText ( CheckBox checkbox, Rectangle text_rectangle, Graphics dc, StringFormat text_format ) : void
checkbox CheckBox
text_rectangle System.Drawing.Rectangle
dc System.Drawing.Graphics
text_format System.Drawing.StringFormat
return void
		protected virtual void CheckBox_DrawText( CheckBox checkbox, Rectangle text_rectangle, Graphics dc, StringFormat text_format )
		{
			DrawCheckBox_and_RadioButtonText (checkbox, text_rectangle, dc, 
							  text_format, checkbox.Appearance, checkbox.Checked);
		}
		
ThemeWin32Classic