Accessors for class IlvMessageLabel

Properties

Description

The IlvMessageLabel class displays a message and a bitmap.
The message is one translation of a string that can be stored in different languages. The different string translations are recorded in a database that can be associated with the current instance of IlvDisplay.
Both sensitive and insensitive bitmaps can be specified for a message label. The insensitive bitmap will be used when the message label is insensitive.
The label position relative to the bitmap can be changed to any position. The default IlvMessageLabel position is IlvCenter.
This object has no default associated interactor.

TypeNameDescriptionNotes
DirectionalignmentSets or gets the alignment used to display the message label.
BitmapbitmapAssociates a bitmap with the message label and returns the bitmap.
BitmapinsensitiveBitmapAssociates 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.
StringlabelSets 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.
DirectionlabelPositionSets and returns the label position relative to the bitmap.
BooleanopaqueSets the IlvMessageLabel object to opaque (true) or transparent (false).
Returns true if the object is opaque.
UIntspacingSets and returns the spacing between the message label and its associated bitmap.