AutomationPeer.IsOffscreenCore Method

Definition

When overridden in a derived class, is called by IsOffscreen().

protected:
 abstract bool IsOffscreenCore();
protected abstract bool IsOffscreenCore ();
abstract member IsOffscreenCore : unit -> bool
Protected MustOverride Function IsOffscreenCore () As Boolean

Returns

true if the element is not on the screen; otherwise, false.

Applies to

See also