共用方式為


TextInputPanel.CurrentInteractionMode 屬性

取得 Tablet PC 輸入面板的位置。

命名空間:  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
Tablet PC 輸入面板的位置。

備註

目前的互動模式是由使用者界定。不過,應用程式可以針對每個欄位停用 InPlace 模式。

範例

以下範例將說明 CurrentInteractionMode 的用法。tip 物件是 TextInputPanel 的執行個體。CurrentInteractionMode 值是用來設定名為 outputTextBox 之 TextBox (英文) 的 TextBox.Text (英文) 屬性。CurrentInteractionMode 包含其中一個 InteractionMode 值。

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 SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

TextInputPanel 類別

TextInputPanel 成員

Microsoft.Ink.TextInput 命名空間