'Declaration <DescriptionAttribute("Value that represents the current position of the scroll thumb on the scrollbar.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(0)> Public Property Value As Integer
'Usage Dim instance As WinScrollBar Dim value As Integer instance.Value = value value = instance.Value
[Description("Value that represents the current position of the scroll thumb on the scrollbar.")] [Category("Behavior")] [DefaultValue(0)] public int Value {get; set;}