DicomObjects Reference
DicomObjects Reference / DicomViewer Object / UseMouseWheel Property
In This Topic
    UseMouseWheel Property
    In This Topic
    Description
    Controls whether the mouse wheel generates MouseWheel events, or scrolls the viewer
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property UseMouseWheel As Boolean
    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.
    See Also