Share via


BalloonLabel Interface 

Represents a label in the Office Assistant balloon.

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

Usage

Public Class alloonLabelImplementation
    Implements BalloonLabel
End Class
Dim alloonLabelImplementation1 As New alloonLabelImplementation()

Syntax

Public Interface BalloonLabel
    Inherits _IMsoDispObj
public interface BalloonLabel : _IMsoDispObj
public interface class BalloonLabel : public _IMsoDispObj
public interface BalloonLabel implements _IMsoDispObj
public interface BalloonLabel implements _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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

BalloonLabel Members