Balloon.Button Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.