Balloon.Private Property

Definition

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

public:
 property int Private { int get(); void set(int value); };
public int Private { get; set; }
member this.Private : int with get, set
Public Property Private As Integer

Property Value

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.

Applies to