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

In This Topic
    IntegrateExternalTools Property (C1PreviewPane)
    In This Topic
    Gets or sets a value indicating whether the current preview pane should integrate and handle external tools such as toolbars and navigation panels. When true, the ToolsIntegrator can be used to access the tools associated with the current preview pane.
    Syntax
    'Declaration
     
    Public Property IntegrateExternalTools As Boolean
    public bool IntegrateExternalTools {get; set;}
    See Also