GlyphRun.GetNextCaretCharacterHit(CharacterHit) Method

Definition

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.

Applies to