BBjTopLevelWindow::setMaximumSize
Description
In BBj 15.0 and higher, this method sets the maximum outer size of the BBjTopLevelWindow, including the width and height required for any title bar, menu bar, status bar, and docked child windows.
Syntax
Return Value |
Method |
void |
setMaximumSize(int maximumWidth, int maximumHeight) |
Parameters
Variable |
Description |
maximumWidth |
Specifies the maximum outer width of the BBjTopLevelWindow, including the width required for any docked child windows. |
maximumHeight |
Specifies the maximum outer height of the BBjTopLevelWindow, including the height required for any title bar, menu bar, status bar, and docked child windows. |
Return Value
None.
Remarks
The default maximum size is defined by the platform look and feel.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.