BBjListButton::setMaximumRowCount
Description
Sets the maximum number of rows that the drop-down list will display in the BBjListButton.
Syntax
Return Value |
Method |
void |
setMaximumRowCount(int max) |
Parameters
Variable |
Description |
max |
Maximum number of rows that the drop-down list will display. |
Return Value
None.
Remarks
If the number of items in the list is greater than the count, the scrollbar will appear.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.