'Declaration
Public Property ShowUpdates As Boolean
'Usage
Dim instance As DicomImage
Dim value As Boolean
instance.ShowUpdates = value
value = instance.ShowUpdates
Remarks
Set this property false before making multiple changes to an image, e.Graphics. Zoom, Scroll and Windowing, then set true once changes are complete. This will ensure that only a single screen update occurs.