Visible Property

Description

Returns or sets a value that determines whether your Commands collection's caption appears in the character's pop-up menu.

Syntax

agent.Characters ("CharacterID").Commands.Visible [= boolean]

Part Description
boolean A Boolean expression specifying whether your Commands object appears in the character's pop-up menu.

True    The Caption for your Commands collection appears.

False    The Caption for your Commands collection does not appear.


Remarks

This property must be set to True for commands in your collection to appear in the pop-up menu when your application is input-active.

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