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