_HighlightMatchingBraceFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents different options for highlighting matching braces.
This enumeration supports a bitwise combination of its member values.
public enum class _HighlightMatchingBraceFlags
public enum class _HighlightMatchingBraceFlags
enum _HighlightMatchingBraceFlags
[System.Flags]
public enum _HighlightMatchingBraceFlags
[<System.Flags>]
type _HighlightMatchingBraceFlags =
Public Enum _HighlightMatchingBraceFlags
- Inheritance
-
_HighlightMatchingBraceFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
HMB_SUPPRESS_STATUS_BAR_UPDATE | 1 | Tells the view to suppress status bar updates. |
HMB_USERECTANGLEBRACES | 2 | Use rectangles for highlighting instead of bold. |