Freigeben über


TextInputPanel.CurrentInteractionMode-Eigenschaft

Ruft die Positionierung des Tablet PC-Eingabebereichs ab.

Namespace:  Microsoft.Ink.TextInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentInteractionMode As InteractionMode
'Usage
Dim instance As TextInputPanel
Dim value As InteractionMode

value = instance.CurrentInteractionMode
public InteractionMode CurrentInteractionMode { get; }
public:
property InteractionMode CurrentInteractionMode {
    InteractionMode get ();
}
/** @property */
public InteractionMode get_CurrentInteractionMode()
public function get CurrentInteractionMode () : InteractionMode

Eigenschaftenwert

Typ: Microsoft.Ink.TextInput.InteractionMode
Die Positionierung des Tablet PC-Eingabebereichs.

Hinweise

Der aktuelle Interaktionsmodus wird vom Benutzer vorgegeben. Der InPlace-Modus kann jedoch von der Anwendung für die einzelnen Felder deaktiviert werden.

Beispiele

Im folgenden Beispiel wird die Verwendung von CurrentInteractionMode veranschaulicht. Das tip-Objekt ist eine Instanz von TextInputPanel. Mit dem CurrentInteractionMode-Wert wird die TextBox.Text-Eigenschaft der TextBoxoutputTextBox festgelegt. CurrentInteractionMode enthält einen der InteractionMode-Werte.

outputTextBox.Text += "Current Interaction Mode is " + tip.CurrentInteractionMode.ToString() + Environment.NewLine
outputTextBox.Text += "Current Interaction Mode is " + tip.CurrentInteractionMode + Environment.NewLine;

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

TextInputPanel-Klasse

TextInputPanel-Member

Microsoft.Ink.TextInput-Namespace