BalloonLabel.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the text displayed next to a check box or label in the Office Assistant balloon.
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String
Property Value
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).