VisualBasicFormat Type
Generates color-coded HTML 4.01 from Visual Basic source code.
Constructors
Constructor |
Description
|
Full Usage:
VisualBasicFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.CaseSensitive
Returns: bool
Modifiers: abstract |
Determines if the language is case sensitive.
|
Full Usage:
this.CommentRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match comments (' and REM).
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of VB keywords.
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
The list of VB preprocessors.
|
Full Usage:
this.StringRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match string and character literals.
|