Class VerticalScrollBar
VerticalScroll Bar
Inheritance
System.Object
VerticalScrollBar
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class VerticalScrollBar : Panel
Constructors
VerticalScrollBar(Boolean)
Initializes a new instance of the VerticalScrollBar class
Declaration
public VerticalScrollBar(bool bUpScroll)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | bUpScroll | Defines scroll direction |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
DrawUpDownButton(Graphics)
Scrollbar direction arrow drawing routine.
Declaration
public void DrawUpDownButton(Graphics g)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | Graphics to draw on. |
OnMouseEnter(EventArgs)
Declaration
protected override void OnMouseEnter(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseHover(EventArgs)
Declaration
protected override void OnMouseHover(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |