Balloon.Private Property
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.
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.