Partager via


Balloon.Button Property

Returns or sets the type of button displayed at the bottom of the Office Assistant balloon.

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

Syntax

'Declaration
Property Button As MsoButtonSetType
    Get
    Set
'Usage
Dim instance As Balloon
Dim value As MsoButtonSetType

value = instance.Button

instance.Button = value
MsoButtonSetType Button { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoButtonSetType

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 msoButtonSetOK.

See Also

Reference

Balloon Interface

Balloon Members

Microsoft.Office.Core Namespace