ITextProvider2.GetCaretRange(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取屬於文字型控制項之插入號位置的長度為零的文字範圍。
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。
傳回
文字範圍,表示屬於文字型控制項之插入號的目前位置。