IUIAutomationTransformPattern::CachedCanResize Property

Retrieves a cached value that specifies whether the UI Automation element can be resized.

Syntax

HRESULT IUIAutomationTransformPattern::get_CachedCanResize(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives the value of the cached property: TRUE if the element's window can be resized, otherwise FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomationTransformPattern::Resize