Controls whether the mouse wheel generates MouseWheel events, or scrolls the viewer
Property type
Read-write property
Syntax
Visual Basic
PublicProperty UseMouseWheel AsBoolean
Remarks
In previous versions of DicomObjects, MouseWheel events were converted internally to scroll events, and to maintain backwards compatibility, this remains the default behaviour. Therefore, to enable the MouseWheel event, this property of the viewer must be set explicitly to true. If left as false, then the events will be re-interpreted as scroll instructions.