BalloonCheckbox Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a checkbox in the Office Assistant balloon.
public interface class BalloonCheckbox : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0328-0000-0000-C000-000000000046")]
public interface BalloonCheckbox : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0328-0000-0000-C000-000000000046")>]
type BalloonCheckbox = interface
interface _IMsoDispObj
Public Interface BalloonCheckbox
Implements _IMsoDispObj
- Attributes
- Implements
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.
Properties
Application |
Returns an Application object that represents the container application for the object. |
Checked |
Determines if the specified checkbox in the Office Assistant balloon is checked. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item |
Returns the text associated with an object. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns the parent object for the specified object. |
Text |
Returns or sets the text displayed next to a checkbox or label in the Office Assistant balloon. |