Share via


Balloon.Checkboxes Property 

Returns the BalloonCheckboxes collection that represents all the check boxes contained in the specified balloon.

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

Usage

Dim balloon1 As Balloon

Dim returnValue As Object
returnValue = balloon1.Checkboxes

Syntax

ReadOnly Property Checkboxes() As Object
object Checkboxes {get;}
property Object^ Checkboxes{
    Object^ get();
}
public System.Object get_Checkboxes();
function get Checkboxes() : Object;

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

Balloon Interface
Microsoft.Office.Core Namespace

Other Resources

Balloon Members