Partager via


Balloon.Private Property

Returns or sets an integer that identifies the Office Assistant balloon that initiated the callback procedure.

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

Syntax

'Declaration
Property Private As Integer
    Get
    Set
'Usage
Dim instance As Balloon
Dim value As Integer

value = instance.Private

instance.Private = value
int Private { get; set; }

Property Value

Type: System.Int32

Remarks

Some of the content in this topic may not be applicable to some languages.

This property is helpful if you run the same callback procedure from more than one balloon.

See Also

Reference

Balloon Interface

Balloon Members

Microsoft.Office.Core Namespace