TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / Value Property

In This Topic
    Value Property (C1ScrollBar)
    In This Topic
    Gets or sets a numeric value that represents the current position of the scroll box.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <BindableAttribute(True)>
    Public Property Value As Integer
    [DefaultValue(0)]
    [Bindable(true)]
    public int Value {get; set;}
    See Also