ComponentOne RichTextBox for UWP
TextTagFilter Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : TextTagFilter Method
A Tag.
Filters tag symbols that are not included in the Text property.
Syntax
'Declaration
 
Public Shared Function TextTagFilter( _
   ByVal tag As Tag _
) As System.Boolean
public static System.bool TextTagFilter( 
   Tag tag
)

Parameters

tag
A Tag.

Return Value

Whether the parameter tag is included in the Text property.
See Also

Reference

C1TextRange Class
C1TextRange Members