'Declaration Public Overloads Function HasStrikethrough( _ ByVal currentPosition As Integer _ ) As Boolean
public bool HasStrikethrough( int currentPosition )
Parameters
- currentPosition
- The position of the text to inspect.
Return Value
A Boolean flag that indicates whether strikethrough is present at the position indicated by currentPosition.