Enum OutlineOptions
Defines appearance and behaviour of the outline text sections.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum OutlineOptions
Fields
DrawButtons = 4
Specifies that control should paint the outline buttons substituting content of the collapsed section.
DrawButtonsBorder = 256
Specifies that control should paint the border around outline buttons substituting content of the collapsed section.
DrawLines = 2
Specifies that control should paint lines for expanded outline section.
DrawOnGutter = 1
Specifies that control should paint outline images and lines on gutter.
DrawOutlineImage = 64
Specifies that control should paint the outline image instead of button and lines.
HideOnMouseLeave = 32
Specifies that the control should hide the outline lines and buttons when a user hovers the mouse button.
HighlightCollapsedLine = 128
Specifies that control should highlight collapsed region.
HighlightOnMove = 16
Specifies that control should highlight outlined section when mouse pointer is over the outline area.
None = 0
Specifies that no flags are in effect.
ShowHints = 8
Specifies that control should display text of the collapsed outline section in the popup window when mouse pointer is over the outline button.