Filters tag symbols that are not included in the Text property.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static bool TextTagFilter(
	Tag tag
)
Visual Basic
Public Shared Function TextTagFilter ( _
	tag As Tag _
) As Boolean

Return Value

Whether the parameter tag is included in the Text property.

See Also