Share via


Balloon.BalloonType Property

Returns or sets the type of balloon the Office Assistant uses.

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

Syntax

'Declaration
Property BalloonType As MsoBalloonType
    Get
    Set
'Usage
Dim instance As Balloon
Dim value As MsoBalloonType

value = instance.BalloonType

instance.BalloonType = value
MsoBalloonType BalloonType { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoBalloonType

Remarks

Some of the content in this topic may not be applicable to some languages.

When you create a Balloon object, this property is initially set to msoBalloonTypeButtons.

See Also

Reference

Balloon Interface

Balloon Members

Microsoft.Office.Core Namespace