Class ScrollBarAdapter
Defines an interface that provides all properties to configure a scrollbar.
Inheritance
System.Object
ScrollBarAdapter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Shared.Base.dll
public class ScrollBarAdapter
Constructors
Declaration
public ScrollBarAdapter(ScrollBarCustomDraw scrollBarCustomDraw)
Parameters
Declaration
public ScrollBarAdapter(Control c)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
c |
|
Declaration
public ScrollBarAdapter(ScrollBar scrollBar)
Parameters
Type |
Name |
Description |
System.Windows.Forms.ScrollBar |
scrollBar |
|
Properties
Declaration
public virtual Control Control { get; }
Property Value
Type |
System.Windows.Forms.Control |
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
Declaration
public virtual bool Enabled { get; set; }
Property Value
Declaration
public IntPtr Handle { get; }
Property Value
Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
Declaration
public virtual int LargeChange { get; set; }
Property Value
Gets / sets the upper limit of values of the scrollable range.
Declaration
public virtual int Maximum { get; set; }
Property Value
Gets / sets the lower limit of values of the scrollable range.
Declaration
public virtual int Minimum { get; set; }
Property Value
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
Declaration
public virtual RightToLeft RightToLeft { get; set; }
Property Value
Type |
System.Windows.Forms.RightToLeft |
Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
Declaration
public virtual int SmallChange { get; set; }
Property Value
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Declaration
public virtual int Value { get; set; }
Property Value
Events
Declaration
public virtual event ScrollEventHandler Scroll
Event Type
Type |
System.Windows.Forms.ScrollEventHandler |
Declaration
public virtual event EventHandler ValueChanged
Event Type