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)
65
public override AccessibleStates
State
2 references to State
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
32
internal override bool IsItemSelected =>
State
.HasFlag(AccessibleStates.Selected);
170
UIA_PROPERTY_ID.UIA_IsKeyboardFocusablePropertyId => (VARIANT)
State
.HasFlag(AccessibleStates.Focusable),