AutomationPeer.IsOffscreenCore Method

Definition

Provides the peer's behavior when a Microsoft UI Automation client calls IsOffscreen or an equivalent Microsoft UI Automation client API.

C#
protected virtual bool IsOffscreenCore();

Returns

Boolean

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

Remarks

The standard implementation returns a result that is based on the owner's Visibility value.

Applies to

Produkt Versiounen
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also