AutomationPeer.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.
Provides the peer's behavior when a Microsoft UI Automation client calls IsOffscreen or an equivalent Microsoft UI Automation client API.
protected:
virtual bool IsOffscreenCore() = IsOffscreenCore;
bool IsOffscreenCore();
protected virtual bool IsOffscreenCore();
function isOffscreenCore()
Protected Overridable Function IsOffscreenCore () As Boolean
Returns
Boolean
bool
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.