Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / TimeSpanInputFieldInfo Class
Members


TimeSpanInputFieldInfo Class
Represents TimeSpanInputFieldInfo class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class TimeSpanInputFieldInfo 
   Inherits TimeSpanFieldInfo
   Implements FarPoint.Win.ISerializeSupport, GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As TimeSpanInputFieldInfo
Remarks
This class represents a base inputable field that can accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType control.
Inheritance Hierarchy
See Also