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

DataGridViewRowHeaderCellDrawSelectionBackground() public method

public DataGridViewRowHeaderCellDrawSelectionBackground ( System.Windows.Forms.DataGridViewRowHeaderCell cell ) : bool
cell System.Windows.Forms.DataGridViewRowHeaderCell
return bool
		public override bool DataGridViewRowHeaderCellDrawSelectionBackground (DataGridViewRowHeaderCell cell)
		{
			return false;
		}
ThemeWin32Classic