Base:
property
IsDisplayed
System.Windows.Forms.ScrollBar.ScrollBarChildAccessibleObject.IsDisplayed
7 references to IsDisplayed
System.Windows.Forms (7)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (2)
48&& (LastPageButtonAccessibleObject?.IsDisplayed ?? false); 52&& !(LastPageButtonAccessibleObject?.IsDisplayed ?? true);
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarLastLineButtonAccessibleObject.cs (1)
27=> ParentInternal.LastPageButtonAccessibleObject?.IsDisplayed == true
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarLastPageButtonAccessibleObject.cs (3)
17=> OwningScrollBar.IsHandleCreated && !IsDisplayed 46NavigateDirection.NavigateDirection_PreviousSibling => IsDisplayed ? ParentInternal.ThumbAccessibleObject : null, 47NavigateDirection.NavigateDirection_NextSibling => IsDisplayed ? ParentInternal.LastLineButtonAccessibleObject : null,
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarThumbAccessibleObject.cs (1)
37=> ParentInternal.LastPageButtonAccessibleObject?.IsDisplayed == true