Hunny Software Library Reference

FieldBody.FoldingEnabled Property

Enables or disables line folding.

[Visual Basic]
Public Property FoldingEnabled As Boolean
[C#]
public bool FoldingEnabled {get; set;}

Property Value

True value if folding is enabled.

Remarks

The default is to enable line folding. Subclasses may override the default.

See Also

FieldBody Class | Hunny.Mime Namespace