Edit

Share via


Balloon.Button Property

Definition

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

public:
 property Microsoft::Office::Core::MsoButtonSetType Button { Microsoft::Office::Core::MsoButtonSetType get(); void set(Microsoft::Office::Core::MsoButtonSetType value); };
public Microsoft.Office.Core.MsoButtonSetType Button { get; set; }
member this.Button : Microsoft.Office.Core.MsoButtonSetType with get, set
Public Property Button As MsoButtonSetType

Property Value

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.

Applies to