Class ScrollBar
A scroll bar control
public class ScrollBar : Slider, ICloneable
- Inheritance
-
objectScrollBar
- Implements
- Inherited Members
Constructors
ScrollBar()
public ScrollBar()
Properties
Value
The current value of the control
public override int Value { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of this instance.
public override Control Clone()
Returns
CloneFromTo(ScrollBar, ScrollBar)
Copies all members declared by ScrollBar from one instance to another.
protected static void CloneFromTo(ScrollBar from, ScrollBar to)
Parameters
CloneScrollBar()
Creates a deep copy of this ScrollBar instance.
public ScrollBar CloneScrollBar()