Balloon.Show Method
Displays the specified balloon object and returns a MsoBalloonButtonType constant.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Show As MsoBalloonButtonType
'Usage
Dim instance As Balloon
Dim returnValue As MsoBalloonButtonType
returnValue = instance.Show()
MsoBalloonButtonType Show()
Return Value
Type: Microsoft.Office.Core.MsoBalloonButtonType
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.