UIElementAutomationPeer::IsOffscreenCore Method ()
.NET Framework (current version)
Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is off the screen. This method is called by IsOffscreen.
Assembly: PresentationCore (in PresentationCore.dll)
This property does not indicate whether the element is visible. In some circumstances, an element is on the screen but is still not visible. For example, if the element is on the screen but obscured by other elements, it might not be visible. In this case the method returns false.
.NET Framework
Available since 3.0
Available since 3.0
Show: