Visible Property

Description

Returns or sets whether the Commands Window is visible (open).

Syntax

agent.CommandsWindow.Visible [=boolean]

Part Description
boolean A Boolean expression specifying whether the Commands Window is visible.

True    The window is visible.

False    The window is hidden (closed).


Remarks

The server displays the window based on the position and size set by the user. Querying this property raises an error if no speech engine has been installed.

NoteThe user can override this property.

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