Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class
Members


In This Topic
    GcTextBox Class
    In This Topic
    Represents a text box control.
    Syntax
    'Declaration
     
    
    Public Class GcTextBox 
       Inherits EditBase
    'Usage
     
    
    Dim instance As GcTextBox
    public class GcTextBox : EditBase 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                         GrapeCity.Win.Spread.InputMan.CellType.EditBase
                            GrapeCity.Win.Spread.InputMan.CellType.GcTextBox
                               GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxEditingControl

    See Also