Base:
property
State
System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.State
1 override of State
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
542public override AccessibleStates State
3 references to State
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
1601return (this.State & AccessibleStates.Focusable) == AccessibleStates.Focusable; 1606return (this.State & AccessibleStates.Offscreen) == AccessibleStates.Offscreen;
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
549AccessibleStates state = base.State;