Share via


4.409 InputMethod

x:Object > InputMethod

(usage)

{x:Static InputMethod.StaticPropertyName}

(description)

Provides facilities for managing and interacting with the Text Services Framework, which provides support for alternate text input methods such as speech and handwriting.

[is default constructible]

false

(properties)

HandwritingState

InputMethodState

(description)

The current state of handwriting input for this input method.

ImeConversionMode

ImeConversionModeValues

(description)

The current conversion mode for the input method editor associated with this input method.

ImeSentenceMode

ImeSentenceModeValues

(description)

The current sentence mode for the input method editor associated with this input method.

ImeState

InputMethodState

(description)

The current state of the input method editor associated with this input method.

MicrophoneState

InputMethodState

(description)

The current state of microphone input for this input method.

SpeechMode

SpeechMode

(description)

The speech mode for this input method.

(attachable properties)

InputMethod.InputScope

InputScope

(description)

The input scope for a specified dependency object.

[target type]

DependencyObject

InputMethod.IsInputMethodEnabled

x:Boolean

(description)

A value that indicates whether this input method is enabled.

[target type]

DependencyObject

InputMethod.IsInputMethodSuspended

x:Boolean

(description)

A value that indicates whether this input method is suspended.

[target type]

DependencyObject

InputMethod.PreferredImeConversionMode

ImeConversionModeValues

(description)

A preferred ImeConversionModeValues value for a specified dependency object.

[target type]

DependencyObject

InputMethod.PreferredImeSentenceMode

ImeSentenceModeValues

(description)

A preferred ImeSentenceModeValues value for a specified dependency object.

[target type]

DependencyObject

InputMethod.PreferredImeState

InputMethodState

(description)

A preferred input method state for a specified dependency object.

[target type]

DependencyObject

(static properties)

Current

InputMethod

(description)

A reference to any currently active input method associated with the current context.

(events)

StateChanged

Occurs when the input method state (represented by the ImeState property) changes.