Type | Name | Description | Notes |
Direction | alignment | Sets or gets the alignment used to display the message label. | |
Bitmap | bitmap | Associates a bitmap with the message label and returns the bitmap. | |
Bitmap | insensitiveBitmap | Associates an insensitive bitmap with the message label. If the message label is set to insensitive, and no insensitive bitmap has been provided, a grayed bitmap is computed using the main message label bitmap.
Returns the bitmap used by this message label when insensitive. | |
String | label | Sets the current object's message. This message may have more than one line. Line endings can be indicated in the message by the "/n" character string.
Returns the name of the message stored in the object. | |
Direction | labelPosition | Sets and returns the label position relative to the bitmap. | |
Boolean | opaque | Sets the IlvMessageLabel object to opaque (true) or transparent (false) .
Returns true if the object is opaque. | |
UInt | spacing | Sets and returns the spacing between the message label and its associated bitmap. | |