DotNet 4.8.1 build of DotNetBar
This commit is contained in:
28
PROMS/DotNetBar Source Code/ScrollBar/HScrollBarAdv.cs
Normal file
28
PROMS/DotNetBar Source Code/ScrollBar/HScrollBarAdv.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
|
||||
namespace DevComponents.DotNetBar.ScrollBar
|
||||
{
|
||||
[ToolboxItem(true), ToolboxBitmap(typeof(HScrollBarAdv), "ScrollBar.HScrollBarAdv.ico")]
|
||||
public class HScrollBarAdv : ScrollBarAdv
|
||||
{
|
||||
#region Private Variables
|
||||
#endregion
|
||||
|
||||
#region Events
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
#endregion
|
||||
|
||||
#region Internal Implementation
|
||||
protected override bool IsVertical()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user