BalloonLabel Interface

Represents a label in the Office Assistant balloon.

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

Syntax

'Declaration
<GuidAttribute("000C0330-0000-0000-C000-000000000046")> _
Public Interface BalloonLabel _
    Inherits _IMsoDispObj
'Usage
Dim instance As BalloonLabel
[GuidAttribute("000C0330-0000-0000-C000-000000000046")]
public interface BalloonLabel : _IMsoDispObj

Remarks

The BalloonLabel object is a member of the BalloonLabels collection.

Use Labels(index), where index is a number from 1 through 5, to return a BalloonLabel object. There can be up to five labels on one balloon; each label appears when a value is assigned to its Text property.

Balloon check boxes display the user's choices until he or she dismisses the balloon. You can use balloon labels to return a number corresponding to the user's choice in the Select method as soon as the user clicks the button beside the label. To pass values to the Select method based on the user's choice, you must have the balloon type be set to msoBalloonTypeButtons.

See Also

Reference

BalloonLabel Members

Microsoft.Office.Core Namespace