LToolbar::GetRows

#include "ltwrappr.h"

L_INT LToolbar::GetRows (void)

Gets the current number of rows in the toolbar.

Returns

Number of rows.

Comments

To set the number of rows in a toolbar, call LToolbar::SetRows.

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:

LToolbar::GetRows, Class Members

Topics:

Getting and Setting Toolbar Characteristics

Example

For an example, refer to LToolbar::SetRows.