Share via


BalloonCheckbox.Text Property 

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

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

Usage

Dim balloonCheckbox1 As BalloonCheckbox

Dim returnValue As String
returnValue = balloonCheckbox1.Text

Dim sampleValue As String
balloonCheckbox1.Text = sampleValue

Syntax

Property Text() As String
string Text {get; set;}
property String^ Text{
    String^ get();
    Void set(String^);
}
public System.String get_Text();
public void set_Text(System.String);
function get Text() : String;
function set Text(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).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

BalloonCheckbox Interface
Microsoft.Office.Core Namespace

Other Resources

BalloonCheckbox Members