Base:
property
State
System.Windows.Forms.ListBox.ListBoxItemAccessibleObject.State
3 references to State
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (3)
338item.State.Should().Be(AccessibleStates.None); 358item.State.Should().HaveFlag(expectedState); 373item.State.Should().HaveFlag(AccessibleStates.Selected)