Enabled Property

Description

Returns whether the word balloon is enabled for the specified character.

Syntax

agent.Characters ("CharacterID").Balloon.Enabled

Remarks

The Enabled property returns a Boolean value specifying whether the balloon is enabled by the user. True indicates the Balloon is enabled. False indicates it is not enabled (displayed).

The word balloon can also be disabled as part of a character's definition when the character is compiled in the Microsoft Agent Character Editor. If a character is defined to not support the word balloon, this property will always be False for the character.

--------------------------------------------------------