PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ToolsIntegrator Property

In This Topic
    ToolsIntegrator Property (C1PreviewPane)
    In This Topic
    Gets the C1PreviewToolsIntegrator used by the current preview pane. Provides access to controls associated with the current preview pane, such as C1PreviewThumbnailView and C1PreviewOutlineView. This value is null if IntegrateExternalTools is false.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToolsIntegrator As C1PreviewToolsIntegrator
    public C1PreviewToolsIntegrator ToolsIntegrator {get;}
    See Also