Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsMouseWheel Property (InteractiveDragDeltaEventArgs)




Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event.
Syntax
public bool IsMouseWheel {get; set;}
'Declaration
 
Public Property IsMouseWheel As Boolean

Property Value

true if this drag operation is originated using the mouse wheel and not a mouse/touch down event, otherwise; false.
Remarks

If the interactive mode does not support dragging using the mouse wheel, then it must check the value of IsMouseWheel and not start the operation if the value is true.

Requirements

Target Platforms

See Also

Reference

InteractiveDragDeltaEventArgs Class
InteractiveDragDeltaEventArgs Members

Error processing SSI file