Enum FoldAction
Expand or contract a fold header. (Scintilla feature SC_FOLDACTION_)
[Flags]
public enum FoldAction
Fields
CONTRACT = 0
CONTRACTEVERYLEVEL = 4
Used for SCI_FOLDALL only, can be combined with CONTRACT or TOGGLE to contract all levels instead of only top-level.
Added in 5.3.0
EXPAND = 1
TOGGLE = 2