HScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents an horizontal scroll bar.
- C#
- VB.NET
public class HScrollBar : ScrollBar
Public Class HScrollBar
Inherits ScrollBar
Constructors
HScrollBar()
Initializes a new instance of HScrollBar.
Properties
DefaultSize
Size:
Orientation
Orientation: Returns the orientation of the scrollbar control.
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |