Spread Windows Forms 12.0 Product Documentation
Field Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : Field Class
Represnts a Field class to define a base field. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
Field Class
Syntax
'Declaration
 
Public MustInherit Class Field 
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
'Usage
 
Dim instance As Field
public abstract class Field : GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
Remarks
This class will implement view function for single segment. And some input behavior will exposed to user, too. This is final interface for our user. When a field is created, it will create a segment and value module for it. Then configuration will be done on the segment and the value module.
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField

See Also

Reference

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