TextElementAutomationPeer.IsOffscreenCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether TextElement that is associated with this TextElementAutomationPeer is off of the screen. Called by IsOffscreen().
protected:
override bool IsOffscreenCore();
protected override bool IsOffscreenCore ();
override this.IsOffscreenCore : unit -> bool
Protected Overrides Function IsOffscreenCore () As Boolean
Returns
true
if the element is not on the screen; otherwise, false
.
Remarks
This property does not indicate whether the element is visible. In some circumstances, the element can be on the screen but still not be visible. An example is an element that is obscured by other elements.