SetVisibleRows method


Available for Combo and ImageCombo objects.

Prototype

SetVisibleRows Proto hWnd:HWND, lRows:LONG

Syntax

Invoke SetVisibleRows, hWnd, lRows

Function

Sets the VisibleRows property for an object.

Parameters

hWnd

Handle to the object.

lRows

A LONG value specifying the number of visible rows for the object.

Return value

Eax returns TRUE if succesful, or FALSE if not.