About Properties and Events

All VBVoice controls contain properties and events. Properties are variables contained within each control. Events are procedures containing code that you can write. These are executed when a certain event happens in VBVoice.

EXAMPLE

When the LineGroup control detects incoming ringing, it always calls the Ring event before going off-hook and starting the call.

VBVoice also provides a powerful mechanism called Control Property Substitution, which allows VBVoice controls to reference and access the properties of other VBVoicecontrols. All properties are of type string unless otherwise specified.

While each VBVoicecontrol contains unique properties and events, which are described in the Toolbox Reference, there are some properties and events that are common to most controls.

Read more about:

Control Property Categories

 

Control Names and Properties

 

Call Routing Properties

 

Array Properties

 

Control Property Substitution

 

Common Control Events

 

Conditions Object