共用方式為


ITextProvider2.GetCaretRange(Boolean) 方法

定義

擷取屬於文字型控制項之插入號位置的長度為零的文字範圍。

public:
 ITextRangeProvider ^ GetCaretRange([Out] bool & isActive);
ITextRangeProvider GetCaretRange([Out] bool & isActive);
public ITextRangeProvider GetCaretRange(out bool isActive);
Public Function GetCaretRange (ByRef isActive As Boolean) As ITextRangeProvider

參數

isActive
Boolean

bool

如果包含插入號的文字控制項具有鍵盤焦點,則為true;否則為false

傳回

文字範圍,表示屬於文字型控制項之插入號的目前位置。

適用於