Edit

Share via


Balloon.Show Method

Definition

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.

Applies to