Suoranta.Speech - Developer API

IWinFormsSpeechContext Members

The IWinFormsSpeechContext type exposes the following members.

Methods


  Name Description
Public method AutoHook
Hooks all Controls of specified types to voice commands. The method searches for applicable controls. The method searches for controls that are fields, public or private, of either Container or other containers within.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Hook(Button, String)
Hooks Click of button to keyword.
Public method Hook(ComboBox, String)
Hooks SelectedText of comboBox to the spoken command "set keyword to" (followed by the ComboBox item text).
Public method Hook(NumericUpDown, String)
Hooks Value of upDown to the spoken command "set keyword to" (followed by a numeric value spelled as digits).
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Container
Gets or sets

Field Value

the parent ContainerControl instance.