Classe InputMethod
Aggiornamento: novembre 2007
Fornisce il nome e l'ID della classe per un membro della classe InputPanel.InputMethodCollection per un dispositivo Pocket PC. Questa classe non può essere ereditata.
Spazio dei nomi: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class InputMethod
'Utilizzo
Dim instance As InputMethod
public sealed class InputMethod
public ref class InputMethod sealed
public final class InputMethod
Note
È possibile accedere a questa classe solo da un oggetto InputPanel.InputMethodCollection.
Topic | Location |
---|---|
Procedura: impostare le modalità di input dello Smartphone | .NET Compact Framework |
Procedura: impostare le modalità di input dello Smartphone | .NET Compact Framework |
Procedura: impostare le modalità di input dello Smartphone | .NET Compact Framework |
Esempi
Nell'esempio di codice riportato di seguito viene compilata una casella di riepilogo con i metodi di input disponibili. Questo esempio di codice fa parte di un esempio più esaustivo fornito per la classe InputPanel.InputMethodCollection.
Private Sub GetInputMethods()
Me.ListBox1.Items.Clear()
' Get the InputMethods collection and
' add each method to the list box.
Dim im As InputMethod
For Each im In InputPanel1.InputMethods
Me.ListBox1.Items.Add(im.Name)
Next im
End Sub
// Get the InputMethods collection and
// add each method to the list box.
foreach (InputMethod im in ip.InputMethods)
{
this.listBox1.Items.Add(im.Name);
}
Gerarchia di ereditarietà
System.Object
Microsoft.WindowsCE.Forms.InputMethod
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.
Piattaforme
Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Compact Framework
Supportato in: 3.5, 2.0