VScrollBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a vertical scroll bar.
- C#
- VB.NET
public class VScrollBar : ScrollBar
Public Class VScrollBar
Inherits ScrollBar
Constructors
VScrollBar()
Initializes a new instance of VScrollBar.
Properties
Orientation
Orientation: Returns the orientation of the scrollbar control.
Implements
| Name | Description |
|---|---|
| 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. |