WorkflowDesignerMessageFilter::OnScroll Method (ScrollBar^, Int32)
.NET Framework (current version)
Occurs when a user scrolls in a workflow designer.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- sender
-
Type:
System.Windows.Forms::ScrollBar^
The ScrollBar that the user scrolled.
- value
-
Type:
System::Int32
The position of the scroll bar.
OnScroll occurs when you use a scroll bar on a designer to scroll up, down, left, or right.
Unless overridden in a derived class, OnScroll always returns false.
.NET Framework
Available since 3.0
Available since 3.0
Show: