BalloonLabel.Text Property
Gets or sets the text displayed next to a label in the Office Assistant balloon. Read/write.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.Text
expression A variable that represents a BalloonLabel object.
Return Value
String
Remarks
You can specify that a particular graphic be displayed by using the following syntax: {type location sizing_factor}, where type is bmp (bitmap) or wmf (Windows metafile); location is the resource ID or the path and file name; and sizing_factor denotes the width of the .wmf file (sizing_factor is omitted for .bmp files).
Note