'Declaration <DescriptionAttribute("The upper limit of values of the scrollable range.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Maximum As Integer
'Usage Dim instance As WinScrollBar Dim value As Integer instance.Maximum = value value = instance.Maximum
[Description("The upper limit of values of the scrollable range.")] [Category("Behavior")] [RefreshProperties(RefreshProperties.Repaint)] public int Maximum {get; set;}