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

DataGridViewColumnHeaderCellDrawBorder() public method

public DataGridViewColumnHeaderCellDrawBorder ( 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 DataGridViewColumnHeaderCellDrawBorder (DataGridViewColumnHeaderCell cell, Graphics g, Rectangle bounds)
		{
			return false;
		}
		#endregion
ThemeWin32Classic