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

DataGridViewRowHeaderCellDrawBackground() public method

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