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


In This Topic
    SeparatorBoxInfo Class
    In This Topic
    Defines a kind of char box that display some patterns as a special separator and does not accepts the input and selection.
    Syntax
    'Declaration
     
    
    Public Class SeparatorBoxInfo 
       Inherits CharBoxInfo
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As SeparatorBoxInfo
    public class SeparatorBoxInfo : CharBoxInfo, FarPoint.Win.ISerializeSupport  
    Inheritance Hierarchy

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

    See Also