Share via


Assistant.NewBalloon Property 

Creates an Office Assistant balloon.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim assistant1 As Assistant

Dim returnValue As Balloon
returnValue = assistant1.NewBalloon

Syntax

ReadOnly Property NewBalloon() As Balloon
Balloon NewBalloon {get;}
property Balloon^ NewBalloon{
    Balloon^ get();
}
public Balloon get_NewBalloon();
function get NewBalloon() : Balloon;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Assistant Interface
Microsoft.Office.Core Namespace

Other Resources

Assistant Members