Share via


ITransformProvider::CanRotate Property

Gets a value that specifies whether the control can be rotated.

Syntax

HRESULT ITransformProvider::get_CanRotate(BOOL *pRetVal);

Parameters

  • pRetVal
    [retval][out] The address of a variable that receives TRUE if the element can be rotated; otherwise FALSE. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview