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)
Syntax
'Declaration
ReadOnly Property Checkboxes As Object
Get
'Usage
Dim instance As Balloon
Dim value As Object
value = instance.Checkboxes
Object Checkboxes { get; }
Property Value
Type: System.Object