[]
Helper class providing a section inside which the preview layout is suspended. Should be used to enclose fragments of code where several properties on which the preview pages layout depends are changed. Layout updating is suspended between the construction and disposing of the class instance. Sample usage: using (LayoutSection ls = new LayoutSection(previewPane)) { ..code... }.
public class C1PreviewPane.LayoutSection : IDisposable
Name | Description |
---|---|
LayoutSection(C1PreviewPane, HistorySavedActionsEnum) | Initializes a new instance of the LayoutSection class. |
Name | Description |
---|---|
Dispose() | Releases the resources used by the layout section. Updates the preview pane layout. |