MouseScroll Method (SparkRichEditableText)
Class
SparkRichEditableText
.
Action
Dispatched when the mouse is used to move the scroll bars on this container.
Syntax
C#
richEditableText
.
MouseScroll
([
delta
])
VB
richEditableText
.
MouseScroll
([
delta
])
Variable
Description
delta
Optional
: The amount to scroll.
Integer
.