Balloon.Show Method
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.
Displays the specified balloon object and returns a MsoBalloonButtonType constant.
public:
Microsoft::Office::Core::MsoBalloonButtonType Show();
public Microsoft.Office.Core.MsoBalloonButtonType Show ();
abstract member Show : unit -> Microsoft.Office.Core.MsoBalloonButtonType
Public Function Show () As MsoBalloonButtonType
Returns
Remarks
The returned constant indicates which button or label the user clicked in the balloon.
This property returns an expression that returns a Balloon object.