ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / FacilityManager Class / ProgressWatch Property

In This Topic
    ProgressWatch Property
    In This Topic
    Returns the ProgressWatch instance registered with the current thread (the thread that calls this method). If the current thread has no registered ProgressWatch, then the default one is used.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property ProgressWatch As ProgressWatch
    public static ProgressWatch ProgressWatch {get;}
    See Also