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


TimeSpanInputDisplayFieldInfo Class
Represents TimeSpanInputDisplayFieldInfo class to display 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 TimeSpanInputDisplayFieldInfo 
   Inherits TimeSpanDisplayFieldInfo
   Implements FarPoint.Win.ISerializeSupport, GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As TimeSpanInputDisplayFieldInfo
Remarks
This class represents a base inputable field that can accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType control.
Inheritance Hierarchy
See Also