BalloonLabels Interface

A collection of BalloonLabel objects that represent all the labels in the Office Assistant balloon.

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

Syntax

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

Remarks

Use the Labels property to return the BalloonLabels collection.

Use Labels(index), where index is a number from 1 through 5, to return a BalloonLabel object. You can specify up to five labels (and five check boxes) per balloon; each label appears when a value is assigned to its Text property. If you specify more than five labels, a run-time error occurs.

Balloon check boxes display the user's choices until the user 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 set to msoBalloonTypeButtons.

See Also

Reference

BalloonLabels Members

Microsoft.Office.Core Namespace