BalloonCheckbox Interface

Represents a checkbox in the Office Assistant balloon.

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

Syntax

'Declaration
<GuidAttribute("000C0328-0000-0000-C000-000000000046")> _
Public Interface BalloonCheckbox _
    Inherits _IMsoDispObj
'Usage
Dim instance As BalloonCheckbox
[GuidAttribute("000C0328-0000-0000-C000-000000000046")]
public interface BalloonCheckbox : _IMsoDispObj

Remarks

The BalloonCheckBox object is a member of the BalloonCheckboxes collection.

Balloon checkboxes display the user's choices until the user dismisses the balloon. You can use balloon labels to return a number corresponding to the user's choice in the Select method as soon as the user clicks the button beside the label. To pass values to the Select method based on the user's choice, you must have the balloon type set to msoBalloonTypeButtons.

Use CheckBoxes(index), where index is a number from 1 through 5, to return a single BalloonCheckBox object. There can be up to five checkboxes in one balloon; each checkbox appears when a value is assigned to its Text property.

See Also

Reference

BalloonCheckbox Members

Microsoft.Office.Core Namespace