ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class
Members

In This Topic
    C1NumericEdit Class
    In This Topic
    Represents a composite control combining a NumericUpDown and a drop-down calculator for easy numeric values editing.
    Object Model
    C1NumericEdit Class
    Syntax
    'Declaration
     
    Public Class C1NumericEdit 
       Inherits C1DropDownControl
    public class C1NumericEdit : C1DropDownControl 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.TextBox
                      C1.Win.C1Input.C1TextBox
                         C1.Win.C1Input.C1DropDownControl
                            C1.Win.C1Input.C1NumericEdit

    See Also