'Declaration <TypeConverterAttribute("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DescriptionAttribute("The maximum value of the Value property.")> <CategoryAttribute("Behavior")> Public Property MaxValue As Object
'Usage Dim instance As WinNumericTextBox Dim value As Object instance.MaxValue = value value = instance.MaxValue
[TypeConverter("Xceed.Editors.Design.NumericValueConverter,Xceed.Editors.v2.6.Design,Version=2.6.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [RefreshProperties(RefreshProperties.Repaint)] [Description("The maximum value of the Value property.")] [Category("Behavior")] public object MaxValue {get; set;}