[]
Represents a vertical scrollbar.
[TypeConverter(typeof(GenericTypeConverter))]
public class VBar : SBar, IDisposable
| Name | Description |
|---|---|
| VBar(View) | Initializes a new instance of the VBar class. |
| Name | Description |
|---|---|
| Value | Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control. |
| Width | Gets or sets the width of the vertical scrollbar. |
| Name | Description |
|---|---|
| OnScroll(object, ScrollEventArgs) | Overloaded. Occurs when the scroll box has been moved by either a mouse or keyboard action. |
| ResetWidth() | |
| ShouldSerializeWidth() | |
| ToString() | Returns a string the represents the current object. |