Member variable XbpStatusBarPanel():image Foundation

Specifies the image displayed in a XbpStatusBarPanel object.

Attribute: EXPORTED
Data type: Object (NIL)
Description

In order to define the image to be displayed by a statusbar object, an application assigns an instance of the XbpBitmap or XbpIcon classes. The image can be specified using the <xImage> parameter to XbpStatusBar:addItem(). Alternatively, a panel's :image instance variable may be used to change its image after it has already been added to an XbpStatusBar instance.

Before the image object is assigned to a statusbar panel, one of the methods :load() or :loadFile() of the bitmap or icon object must be used to load an image.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.