Base:
property
State
System.Windows.Forms.AccessibleObject.State
3 references to State
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (3)
119
UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)
State
.HasFlag(AccessibleStates.Focusable),
120
UIA_PROPERTY_ID.UIA_SelectionItemIsSelectedPropertyId => (VARIANT)
State
.HasFlag(AccessibleStates.Selected),
221
internal override bool IsItemSelected => (
State
& AccessibleStates.Selected) != 0;