Base:
property
State
System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.State
2 references to State
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
1509return (this.State & AccessibleStates.Focusable) == AccessibleStates.Focusable; 1514return (this.State & AccessibleStates.Offscreen) == AccessibleStates.Offscreen;