SetMinValue method


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

Prototype

SetMinValue Proto hWnd:HWND, lMinValue:LONG

Syntax

Invoke SetMinValue, hWnd, lMinValue

Function

Sets the MinValue property for an object.

Parameters

hWnd

Handle to the object.

lMinValue

A LONG value specifying the minimum value for the object.

Return value

Eax/Rax returns TRUE if successful, or FALSE if not.