Share via


IUIAutomationRangeValuePattern::CurrentMinimum Property

Retrieves the minimum value of the control.

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CurrentMinimum(double *retVal);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.