Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NameBox Class
Members


In This Topic
    NameBox Class
    In This Topic
    Represents the custom name texbox.
    Syntax
    'Declaration
     
    
    Public Class NameBox 
       Inherits System.Windows.Forms.ComboBox
    'Usage
     
    
    Dim instance As NameBox
    public class NameBox : System.Windows.Forms.ComboBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ListControl
                   System.Windows.Forms.ComboBox
                      FarPoint.Win.Spread.NameBox

    See Also