Bearbeiten

ContentElementAutomationPeer.IsOffscreenCore Method

Definition

Gets a value that indicates whether ContentElement that is associated with this ContentElementAutomationPeer 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, an element can be on the screen but still not be visible, for example if the element is obscured by other elements. In this case the method would return false.

Applies to

See also