Enum BracesOptions
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Defines braces behaviour.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum BracesOptions
Fields
Highlight = 1
Specifies that matching braces should be highlighted.
HighlightBounds = 2
Specifies that matching braces should be highlighted only if caret is positioned on the brace.
None = 0
Specifies that no flags are in effect.
TempHighlight = 4
Specifies that the highlighting will disappear after small delay.