Base:
property
State
System.Windows.Forms.AccessibleObject.State
2 references to State
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (2)
34if (index == -1 || (State & AccessibleStates.Invisible) == AccessibleStates.Invisible) 122UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focused),