DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / Refresh Method / Refresh() Method



In This Topic
    Refresh() Method
    In This Topic
    Override of standard Control.Refresh() method
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Refresh() 
    'Usage
     
    Dim instance As DicomViewer
     
    instance.Refresh()
    public override void Refresh()
    public:
    void Refresh(); override 
    Remarks
    The only reason for this override is to handle cases where it is called from a thread other than the one which created the control. This override handles that situation nicely by causing the update to be deferred to the main thread, and is equivalent to Refresh(true)
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also