ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / FacilityManager Class / ProgressWatch Property

In This Topic
    ProgressWatch Property (FacilityManager)
    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