'Declaration
Public Overloads Overrides Sub Refresh()
'Usage
Dim instance As DicomViewer
instance.Refresh()
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)