Поделиться через


TextInputPanel.CurrentInteractionMode - свойство

Обновлен: Ноябрь 2007

Gets the positioning of the Tablet PC Input Panel.

Пространство имен:  Microsoft.Ink.TextInput
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public ReadOnly Property CurrentInteractionMode As InteractionMode
'Применение
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

Значение свойства

Тип: Microsoft.Ink.TextInput.InteractionMode
The positioning of the Tablet PC Input Panel.

Заметки

The current interaction mode is dictated by the user. However, the InPlace mode can be disabled by the application on a per field basis.

Примеры

The following example demonstrates the use of CurrentInteractionMode. The tip object is an instance of TextInputPanel. The CurrentInteractionMode value is used to set the TextBox.Text property of a TextBox, outputTextBox. CurrentInteractionMode contains one of the InteractionMode values.

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

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

TextInputPanel Класс

TextInputPanel - члены

Microsoft.Ink.TextInput - пространство имен