Class HScrollBarCustomDraw
Inheritance
System.Object
HScrollBarCustomDraw
Assembly: Syncfusion.Shared.Base.dll
public class HScrollBarCustomDraw : ScrollBarCustomDraw
Constructors
Declaration
public HScrollBarCustomDraw()
Properties
Declaration
public Size Size { get; set; }
Property Value
Declaration
public int Width { get; set; }
Property Value
Methods
Declaration
protected override void CalculatedDelta(int x, int y)
Parameters
| Type |
Name |
Description |
| System.Int32 |
x |
|
| System.Int32 |
y |
|
Overrides
Gets dockStyle for controls which situated before scroll.
Declaration
protected override DockStyle GetAfterControlsDockStyle()
Returns
| Type |
| System.Windows.Forms.DockStyle |
Overrides
Gets dockStyle for controls which situated after scroll.
Declaration
protected override DockStyle GetBeforeControlsDockStyle()
Returns
| Type |
| System.Windows.Forms.DockStyle |
Overrides
Declaration
protected override ScrollButton GetMaxButton()
Returns
| Type |
| System.Windows.Forms.ScrollButton |
Overrides
Declaration
protected override ScrollButton GetMinButton()
Returns
| Type |
| System.Windows.Forms.ScrollButton |
Overrides
Declaration
protected override void OnMovedPositionChanged(int x, int y)
Parameters
| Type |
Name |
Description |
| System.Int32 |
x |
|
| System.Int32 |
y |
|
Overrides
OnPageDownRightClick(Object, EventArgs)
Declaration
protected override void OnPageDownRightClick(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Overrides
OnPageUpLeftClick(Object, EventArgs)
Declaration
protected override void OnPageUpLeftClick(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnScrollHereClick(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Overrides
Occurs when control size changed.
Declaration
protected override void OnSizeChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
Gets value by cursor position
Declaration
public override int PointToValue(int x, int y)
Parameters
| Type |
Name |
Description |
| System.Int32 |
x |
|
| System.Int32 |
y |
|
Returns
Overrides
Declaration
protected override void RecalculateArrow()
Overrides
Declaration
protected override void RecalculateThumb()
Overrides
Declaration
Reset horizontal scrollbar to default height.
Declaration
protected override void ResetToSystemMetrics()
Overrides
Declaration
protected bool ShouldSerializeSize()
Returns
Used for validating visibility of the ControlsAfter and ControlsBefore
Declaration
protected override void ValidateControlsVisibility()
Overrides