SetMinValue method


Available for HScroll, VScroll, ProgressBar, Slider and UpDown objects.

Syntax

Invoke SetMinValue, hWnd, lMinValue

Function

Sets the MinValue property for an object.

Parameters

hWnd

Handle to the object.

lMinValue

A DD value specifying the minimum value for the object.

Return value

Eax returns TRUE if succesful, or FALSE if not.