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


In This Topic
    Max Property (IScrollBar)
    In This Topic
    Gets or sets the maximum value of a scroll bar or spinner range.
    Syntax
    'Declaration
     
    Property Max As Integer
    'Usage
     
    Dim instance As IScrollBar
    Dim value As Integer
     
    instance.Max = value
     
    value = instance.Max
    int Max {get; set;}
    See Also