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

In This Topic
    PreviewProgressBar Property (C1PreviewToolsIntegrator)
    In This Topic
    Gets or sets the System.Windows.Forms.ToolStripProgressBar associated with the current C1PreviewToolsIntegrator.
    Syntax
    'Declaration
     
    Public Property PreviewProgressBar As ToolStripProgressBar
    public ToolStripProgressBar PreviewProgressBar {get; set;}
    See Also