IUIAutomationElement::CurrentIsOffscreen Property
Retrieves a value that indicates whether the element is off screen.
Syntax
HRESULTÂ IUIAutomationElement::get_CurrentIsOffscreen(BOOLÂ *retVal);
Parameters
- retVal
The address of a variable that receives TRUE if the element is off screen, otherwise FALSE.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
UIA_IsOffscreenPropertyId, IUIAutomationElement, IUIAutomationElement::CachedIsOffscreen