RegexCompiledOption Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public static RegexOptions RegexCompiledOption { get; }
Visual Basic
Public Shared ReadOnly Property RegexCompiledOption As RegexOptions
	Get
Visual C++
public:
static property RegexOptions RegexCompiledOption {
	RegexOptions get ();
}

See Also