Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputBoxInfo Class
Members


In This Topic
    InputBoxInfo Class
    In This Topic
    Defines a char box that accepts the user's input.
    Syntax
    'Declaration
     
    
    Public Class InputBoxInfo 
       Inherits CharBoxInfo
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As InputBoxInfo
    public class InputBoxInfo : CharBoxInfo, FarPoint.Win.ISerializeSupport  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfo
          GrapeCity.Win.Spread.InputMan.CellType.InputBoxInfo

    See Also