suite4.net.FormDatabase Documentation

IForm.PreserveFormatting Property

Gets or sets a value indicating whether the formatting of all controls on the IForm should be preserved when the IForm is displayed using the WebLoader.

[Visual Basic]
Property PreserveFormatting As Boolean
[C#]
bool PreserveFormatting {get; set;}

Property Value

A Boolean value indicating whether to preserve all component formatting in the WebLoader. The default value is false.

Remarks

If PreserveFormatting is set to true, control properties such as BackgroundColor or Font are preserved when the IForm is displayed using the WebLoader. If set to false, only a basic set of properties, such as the control's position, size or value is maintained in order to boost Web rendering performance.

For performance reasons it is recommended to set this value to false (default).

See Also

IForm Interface | suite4.net.FormDatabase Namespace