Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents different options for highlighting matching braces.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _HighlightMatchingBraceFlags
[FlagsAttribute]
public enum _HighlightMatchingBraceFlags
[FlagsAttribute]
public enum class _HighlightMatchingBraceFlags
[<FlagsAttribute>]
type _HighlightMatchingBraceFlags
public enum _HighlightMatchingBraceFlags
Members
Member name | Description | |
---|---|---|
HMB_SUPPRESS_STATUS_BAR_UPDATE | Tells the view to suppress status bar updates. | |
HMB_USERECTANGLEBRACES | Use rectangles for highlighting instead of bold. |