BBjPopupMenu::setMaximumRowCount
Description
In BBj 15.0 and higher, this method sets the maximum number of rows to display in the BBjPopupMenu. If the popup menu contains more than this maximum number of items, a vertical scroll bar will appear.
Syntax
Return Value |
Method |
void |
setMaximumRowCount(int max) |
Parameters
Variable |
Description |
max |
Specifies maximum number of rows to display. |
Return Value
None.
Remarks
If the number of menu items exceeds the specified maximum, a vertical scrollbar will appear.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.