Base:
property
State
System.Windows.Forms.ScrollBar.ScrollBarChildAccessibleObject.State
4 references to State
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\HScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs (1)
135Assert.Equal(AccessibleStates.None, accessibleObject.State);
System\Windows\Forms\AccessibleObjects\VScrollBar.ScrollBarLastPageButtonAccessibleObjectTests.cs (1)
135Assert.Equal(AccessibleStates.None, accessibleObject.State);
System\Windows\Forms\ScrollBarTests.cs (2)
3016Assert.Equal(accessibleState, HLastPageButton(hScrollBar).State); 3073Assert.Equal(accessibleState, VLastPageButton(vScrollBar).State);