Base:
property
State
System.Windows.Forms.AccessibleObject.State
2 references to State
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2876return (this.State & AccessibleStates.Focusable) == AccessibleStates.Focusable; 2886return (this.State & AccessibleStates.Offscreen) == AccessibleStates.Offscreen;