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

DataGridViewColumnHeaderCellDrawBackground() public method

public DataGridViewColumnHeaderCellDrawBackground ( System.Windows.Forms.DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds ) : bool
cell System.Windows.Forms.DataGridViewColumnHeaderCell
g System.Drawing.Graphics
bounds System.Drawing.Rectangle
return bool
		public override bool DataGridViewColumnHeaderCellDrawBackground (DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds)
		{
			return false;
		}
ThemeWin32Classic