共用方式為


TextInputPanel 類別

提供用來附加及控制 Tablet PC 輸入面板的方法。

命名空間:  Microsoft.Ink.TextInput
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
<UIPermissionAttribute(SecurityAction.Demand, Window := UIPermissionWindow.SafeTopLevelWindows)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class TextInputPanel _
    Implements IDisposable
'用途
Dim instance As TextInputPanel
[UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class TextInputPanel : IDisposable
[UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::SafeTopLevelWindows)]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class TextInputPanel : IDisposable
/** @attribute UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows) */
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class TextInputPanel implements IDisposable
public class TextInputPanel implements IDisposable

備註

TextInputPanel 已取代 PenInputPanel,可提供更多 Tablet PC 輸入面板的控制功能及其狀態的詳細資訊。

TextInputPanel 類別是做為可附加的物件使用,讓您將 Tablet PC 輸入面板功能加入至現有的控制項。使用者介面大部分是由目前的輸入語言界定。您可以選擇手寫或鍵盤做為 TextInputPanel 物件的預設輸入法。使用者可以透過使用者介面上的按鈕切換輸入法。

TextInputPanel 類別提供下列輸入面板自訂行為:

  • 當應用程式擁有焦點時,完整控制就地輸入面板的位置。

  • 除了已辨識的字串之外,還能從輸入面板插入文字來存取筆墨物件。

  • 完全對應於輸入面板功能 (可以得知面板目前狀態,並且能自訂組態) 的一組屬性。

警告

您必須在這個物件超出範圍之前呼叫 Dispose 方法。這個物件會維護非 Managed 的資源。如果依賴這個物件的完成,可能會導致應用程式中發生記憶體遺漏和例外狀況。

如需處置 Managed 物件的範例,請參閱Using the Managed Library

繼承階層架構

System.Object
  Microsoft.Ink.TextInput.TextInputPanel

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

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

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

TextInputPanel 成員

Microsoft.Ink.TextInput 命名空間