Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 735 Bytes

itextprovider2_getcaretrange_1087322876.md

File metadata and controls

28 lines (18 loc) · 735 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Automation.Provider.ITextProvider2.GetCaretRange(System.Boolean@)
winrt method

Windows.UI.Xaml.Automation.Provider.ITextProvider2.GetCaretRange

-description

Retrieves a zero-length text range at the location of the caret that belongs to the text-based control.

-parameters

-param isActive

true if the text-based control that contains the caret has keyboard focus; otherwise, false.

-returns

A text range that represents the current location of the caret that belongs to the text-based control.

-remarks

-examples

-see-also