'Declaration Public Class IntegerUpDownEditor Inherits Xceed.Wpf.Toolkit.PropertyGrid.Editors.NumericUpDownEditor(Of IntegerUpDown,Nullable(Of Integer)) Implements ITypeEditor
'Usage Dim instance As IntegerUpDownEditor
public class IntegerUpDownEditor : Xceed.Wpf.Toolkit.PropertyGrid.Editors.NumericUpDownEditor<IntegerUpDown,Nullable<int>>, ITypeEditor