TextInputPanel.InPlaceBoundingRectangle 屬性
顯示目前輸入語言的最大輸入區域時,取得就地輸入面板的週框。
命名空間: Microsoft.Ink.TextInput
組件: Microsoft.Ink (在 Microsoft.Ink.dll 中)
語法
'宣告
Public ReadOnly Property InPlaceBoundingRectangle As Rectangle
'用途
Dim instance As TextInputPanel
Dim value As Rectangle
value = instance.InPlaceBoundingRectangle
public Rectangle InPlaceBoundingRectangle { get; }
public:
property Rectangle InPlaceBoundingRectangle {
Rectangle get ();
}
/** @property */
public Rectangle get_InPlaceBoundingRectangle()
public function get InPlaceBoundingRectangle () : Rectangle
屬性值
型別:System.Drawing.Rectangle
顯示目前輸入語言的最大輸入區域時,就地輸入面板的週框。
備註
如果書寫板或輸入鍵台的狀態為使用中,[插入] 按鈕的高度會包含在就地輸入面板的週框中。週框不包含修正區的高度。當就地輸入面板自動成長時,會引發 InPlaceSizeChanging/InPlaceSizeChanged 事件組,而且這個屬性的值便會更新以包含其他書寫區域或書寫行。
範例
以下範例將說明 InPlaceBoundingRectangle 的用法。tip 物件是 TextInputPanel 的執行個體。InPlaceBoundingRectangle 傳回的矩形 (英文) 值的寬度和高度是用來設定名為 outputTextBox 之 TextBox (英文) 的 TextBox.Text (英文) 屬性。
Dim r As Rectangle = tip.InPlaceBoundingRectangle
outputTextBox.Text += "In Place Bounding Rectangle is " + r.Width.ToString() + "x" + r.Height.ToString() + Environment.NewLine
Rectangle r = tip.InPlaceBoundingRectangle;
outputTextBox.Text += "In Place Bounding Rectangle is " + r.Width + "x" + r.Height + Environment.NewLine;
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0