Spread Windows Forms 12.0 Product Documentation
FieldInfo Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : FieldInfo Class
Represnts a FieldInfo class used to define a base field. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
FieldInfo Class
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

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateFieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskFieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanFieldInfo

See Also

Reference

FieldInfo Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace