C1PreviewPane.LayoutSection Class
In This Topic
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... }.
Object Model
Syntax
'Declaration
Public Class C1PreviewPane.LayoutSection
public class C1PreviewPane.LayoutSection
Inheritance Hierarchy
System.Object
C1.Win.C1Preview.C1PreviewPane.LayoutSection
See Also