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


In This Topic
    LiteralBoxInfo Class
    In This Topic
    Defines a kind of char box that is read-only box and just accepts the user's selection.
    Syntax
    'Declaration
     
    
    Public Class LiteralBoxInfo 
       Inherits CharBoxInfo
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As LiteralBoxInfo
    public class LiteralBoxInfo : CharBoxInfo, FarPoint.Win.ISerializeSupport  
    Inheritance Hierarchy

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

    See Also