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


In This Topic
    FieldInfo Class
    In This Topic
    Represnts a FieldInfo class used to define a base field.
    Syntax
    'Declaration
     
    
    Public MustInherit Class FieldInfo 
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As FieldInfo
    public abstract class FieldInfo : GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Remarks
    This class implements the view function for a single segment. Some input behavior is also exposed to the user. This is the final interface for the user. When a field is created, it creates a segment and a value module for it. Then configuration is done on the segment and the value module.
    Inheritance Hierarchy
    See Also