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

DataGridViewColumnHeaderCellDrawBackground() public méthode

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
Résultat bool
		public override bool DataGridViewColumnHeaderCellDrawBackground (DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds)
		{
			return false;
		}
ThemeWin32Classic