RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / TextTagFilter Method
A Tag.

In This Topic
    TextTagFilter Method (C1TextRange)
    In This Topic
    Filters tag symbols that are not included in the Text property.
    Syntax
    'Declaration
     
    
    Public Shared Function TextTagFilter( _
       ByVal tag As Tag _
    ) As Boolean
    public static bool TextTagFilter( 
       Tag tag
    )

    Parameters

    tag
    A Tag.

    Return Value

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