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