L_TBGetRows
#include "LtTLB.h"
L_LTTLB_API L_INT L_TBGetRows (pToolbar, pnRows )
pTOOLBARHANDLE pToolbar; |
/* pointer to a toolbar handle */ |
L_INT * pnRows; |
/* pointer to a variable */ |
Gets the current number of rows in the toolbar.
Parameter |
Description |
pToolbar |
Pointer to a toolbar handle. |
pnRows |
Pointer to an integer variable to be updated with the current number of rows in the toolbar. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes |
Comments
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.
See Also
Functions: |
|
Topics: |
Example
For an example, refer to L_TBSetRows.