IUIAutomationTransformPattern::CurrentCanRotate Property
Retrieves a value that specifies whether the UI Automation element can be rotated.
Syntax
HRESULTÂ IUIAutomationTransformPattern::get_CurrentCanRotate(BOOLÂ *retVal);
Parameters
- retVal
The address of a variable that receives the value of the property: TRUE if the element can be rotated, otherwise FALSE.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also