#include "LtTLB.h"
L_LTTLB_API L_INT L_TBGetRows (pToolbar, pnRows )
Gets the current number of rows in the toolbar.
Pointer to a toolbar handle.
Pointer to an integer variable to be updated with the current number of rows in the toolbar.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes |
To set the number of rows in a toolbar, call L_TBSetRows.
Required DLLs and Libraries
LTTLB
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.