Base:
property
State
System.Windows.Forms.AccessibleObject.State
1 override of State
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (1)
65public override AccessibleStates State
2 references to State
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
32internal override bool IsItemSelected => State.HasFlag(AccessibleStates.Selected); 170UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)State.HasFlag(AccessibleStates.Focusable),