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

DataGridViewColumnHeaderCellDrawBorder() public méthode

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