BBjWindow::getIcons
Description
In BBj 16.0 and higher, this method returns a BBjVector of BBjImage objects, representing all icons assigned to a BBjWindow.
Syntax
Return Value |
Method |
getIcons() |
Parameters
None.
Return Value
A BBjVector of BBjImage objects corresponding to all icons assigned to the BBjWindow.
Remarks
Native windowing systems may use different images of differing dimensions to represent a window, depending on the context (e.g. window decoration, window list, taskbar, etc.). They could also use just a single image for all contexts or no image at all.
Example
|
See Also
MINICON Mnemonic - Create Window Icon (SYSWINDOW)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.