BalloonLabels.Item Property
Gets a BalloonLabel object. Read-only.
Syntax
expression.Item(Index)
expression Required. A variable that represents a BalloonLabels object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Long | The index number of the check box or label to be returned. |
Example
Item is the default member of the object or collection. The following two statements both assign to lblText the text of the first label in the Balloon object assigned to myBalloon.
| Visual Basic for Applications |
|---|
|