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

DataGridViewHeaderCellHasPressedStyle() public method

public DataGridViewHeaderCellHasPressedStyle ( System.Windows.Forms.DataGridView dataGridView ) : bool
dataGridView System.Windows.Forms.DataGridView
return bool
		public override bool DataGridViewHeaderCellHasPressedStyle  (DataGridView dataGridView)
		{
			return false;
		}
ThemeWin32Classic