C# 클래스 Microsoft.Phone.Controls.SpeechTextBox

An extended PhoneTextBox that behaves as a speech-enabled textbox, with an optional event handler to override default behavior.
상속: PhoneTextBox
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Applies the template and adds a ManipulationStarted handler to the ActionIconBorder, if it exists.

SpeechTextBox ( ) : System

Creates a new instance of the SpeechTextBox class.

비공개 메소드들

메소드 설명
HandleSpeech ( ) : void

Method to instantiate recognizer with appropriate grammar and perform recognition.

MicButtonManipulationStarted ( object sender, EventArgs e ) : void

Handler to record a snapshot of important state when the microphone button is clicked.

Mic_ActionIconTapped ( object sender, EventArgs e ) : void

Handler for when the ActionIcon is tapped.

PhraseBoxFocused ( object sender, RoutedEventArgs e ) : void

Handler to set focused to true

PhraseBoxUnFocused ( object sender, RoutedEventArgs e ) : void

Handler to set focused to false

메소드 상세

OnApplyTemplate() 공개 메소드

Applies the template and adds a ManipulationStarted handler to the ActionIconBorder, if it exists.
public OnApplyTemplate ( ) : void
리턴 void

SpeechTextBox() 공개 메소드

Creates a new instance of the SpeechTextBox class.
public SpeechTextBox ( ) : System
리턴 System