CommandRule Remarks for French (Canada)
CommandRule objects are used to activate, deactivate or modify the navigation commands recognized by the DataTableNavigator control.
The navigation commands supported by the DataTableNavigator control are defined in the control's CommandRuleCollection, which is made up of one or more CommandRule objects. Each active CommandRule object in this collection represents a navigation command, such as "prochain" or "précédent," that can be spoken by the user and recognized by the control.
The Type property of the CommandRule object associates the object with a type of navigation command, and with the grammar rule that the speech recognition (SR) engine uses to recognize the command. The rule may contain synonyms for the navigation command. Application authors can also create grammars that contain additional synonyms for navigation commands.
The optional Src property specifies a grammar other than the application's default grammar as the source of the grammar rule. The Active property enables the CommandRule to be activated or deactivated programmatically.
See Also
CommandRule Class | CommandRule Constructor | CommandRule Members | CommandRule Properties | CommandRule Methods