Every VBVoice control used in an application should be given a unique name. Each control contains a number of properties that are referenced by the control name as control-name property.
Most controls have one property defined as the default property. The default property can be referred to by the control name, without the property name extension.
If your application uses a GetDigits control that has been named MainMenu, the digits collected by the control would be con�tained in a property called MainMenu.Digits.
Digits is the default property for GetDigits, therefore, the digits collected could be referred to as MainMenu.
Review how to rename a control using the control context menu.