BBjButton::getImageHeight
Description
In BBj 15.00 and higher, this BBjButton method returns the height in pixels of the button image.
Syntax
Return Value |
Method |
---|---|
int |
getImageHeight() |
Parameters
None.
Return Value
If the image size has been set using setImageSize, that value is returned. If no image size has been set, the inherent image height is returned, or 0 if the menu item has no image.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.