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

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