Class ScrollServiceBehavior
Inheritance
System.Object
ScrollServiceBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ScrollServiceBehavior
Constructors
ScrollServiceBehavior()
Declaration
public ScrollServiceBehavior()
Properties
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
System.Boolean
|
ScrollServices
Declaration
public List<ScrollService> ScrollServices { get; }
Property Value
System.Collections.Generic.List<ScrollService>
|
Methods
Add(ScrollService)
MouseDown(Point)
Declaration
public void MouseDown(Point location)
Parameters
System.Drawing.Point
location
|
MouseMove(Point)
Declaration
public void MouseMove(Point location)
Parameters
System.Drawing.Point
location
|
MouseUp(Point)
Declaration
public void MouseUp(Point location)
Parameters
System.Drawing.Point
location
|
Stop()
Declaration
public void Stop()