5 references to HLastPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
2983
Assert.True(
HLastPageButton
(hScrollBar).Bounds.Width > 0);
2984
Assert.True(
HLastPageButton
(hScrollBar).Bounds.Height > 0);
2997
Assert.True(
HLastPageButton
(hScrollBar).Bounds.Width == 0 ||
HLastPageButton
(hScrollBar).Bounds.Height == 0);
3014
Assert.Equal(accessibleState,
HLastPageButton
(hScrollBar).State);