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)
34
if (index == -1 || (
State
& AccessibleStates.Invisible) == AccessibleStates.Invisible)
122
UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)
State
.HasFlag(AccessibleStates.Focused),