IUIAutomationRangeValuePattern::CachedMinimum Property

Retrieves the cached minimum value of the control.

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CachedMinimum(double *retVal);

Parameters

  • retVal
    The address of a variable that receives the cached minimum value.

Return Value

Returns S_OK if successful, or an error value otherwise.