'Declaration <CategoryAttribute("Data")> <DescriptionAttribute("The maximum number of digits which can be entered after the decimal point.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property Decimals As Integer
'Usage Dim instance As WinNumericTextBox Dim value As Integer instance.Decimals = value value = instance.Decimals
[Category("Data")] [Description("The maximum number of digits which can be entered after the decimal point.")] [RefreshProperties(RefreshProperties.Repaint)] public int Decimals {get; set;}