Click or drag to resize

CustomSyntax Methods

The CustomSyntax type exposes the following members.

Methods
 NameDescription
Public methodGetName Gets the name of the syntax set.
(Overrides SyntaxSetGetName)
Public methodGetValidChars Gets the valid chars.
(Overrides SyntaxSetGetValidChars)
Public methodIsValid(Char) Validates the char.
(Overrides SyntaxSetIsValid(Char))
Public methodIsValid(String) Validates the regex.
(Overrides SyntaxSetIsValid(String))
Top
See Also