Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IScrollBar Interface / Value Property


In This Topic
    Value Property (IScrollBar)
    In This Topic
    Gets or sets an integer value that represents the value of the specified control.
    Syntax
    'Declaration
     
    Property Value As Integer
    'Usage
     
    Dim instance As IScrollBar
    Dim value As Integer
     
    instance.Value = value
     
    value = instance.Value
    int Value {get; set;}
    See Also