BalloonLabel.Text Property

Returns or sets the text displayed next to a check box or label in the Office Assistant balloon.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Text As String
    Get
    Set
'Usage
Dim instance As BalloonLabel
Dim value As String

value = instance.Text

instance.Text = value
string Text { get; set; }

Property Value

Type: System.String

Remarks

Some of the content in this topic may not be applicable to some languages.

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).

See Also

Reference

BalloonLabel Interface

BalloonLabel Members

Microsoft.Office.Core Namespace