foldFlags

Type: Integer[4]

Availability: Read or write at any time

The foldFlags property of the JadeTextEdit control contains the flags that are used to control how folded section lines are marked when the folding property is set to true. The fold point highlight is a line is drawn edge-to-edge in the text area. The fold flag has no effect on what is drawn in the fold margin.

The default value of this property for the JadeTextEdit class is zero (0) and for the JadeEditor class it is 16.

The fold flag can be one of the values listed in the following table.

Value Description
0 No line is drawn around fold point lines
2 Draw line above, if expanded
4 Draw line above, if contracted
8 Draw line below, if expanded
16 Draw line below, if contracted (this value looks like an underline)