GlyphRun.GetNextCaretCharacterHit(CharacterHit) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the next valid caret character hit in the logical direction in the GlyphRun.
public:
System::Windows::Media::TextFormatting::CharacterHit GetNextCaretCharacterHit(System::Windows::Media::TextFormatting::CharacterHit characterHit);
public System.Windows.Media.TextFormatting.CharacterHit GetNextCaretCharacterHit (System.Windows.Media.TextFormatting.CharacterHit characterHit);
member this.GetNextCaretCharacterHit : System.Windows.Media.TextFormatting.CharacterHit -> System.Windows.Media.TextFormatting.CharacterHit
Public Function GetNextCaretCharacterHit (characterHit As CharacterHit) As CharacterHit
Parameters
- characterHit
- CharacterHit
The CharacterHit to use for computing the next hit value.
Returns
A CharacterHit that represents the next valid caret character hit in the logical direction. If the return value is equal to characterHit
, no further navigation is possible in the GlyphRun.
Remarks
To retrieve the previous valid caret character hit, use GetPreviousCaretCharacterHit.