InputMethodStateChangedEventArgs Classe

Definizione

Contiene argomenti associati all'evento StateChanged.

public ref class InputMethodStateChangedEventArgs : EventArgs
public class InputMethodStateChangedEventArgs : EventArgs
type InputMethodStateChangedEventArgs = class
    inherit EventArgs
Public Class InputMethodStateChangedEventArgs
Inherits EventArgs
Ereditarietà
InputMethodStateChangedEventArgs

Proprietà

IsHandwritingStateChanged

Ottiene un valore che indica se la proprietà HandwritingState è stata modificata.

IsImeConversionModeChanged

Ottiene un valore che indica se la proprietà ImeConversionMode è stata modificata.

IsImeSentenceModeChanged

Ottiene un valore che indica se la proprietà ImeSentenceMode è stata modificata.

IsImeStateChanged

Ottiene un valore che indica se la proprietà ImeState è stata modificata.

IsMicrophoneStateChanged

Ottiene un valore che indica se la proprietà MicrophoneState è stata modificata.

IsSpeechModeChanged

Ottiene un valore che indica se la proprietà SpeechMode è stata modificata.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a

Vedi anche