Spread Windows Forms 12.0 Product Documentation
DateInputField Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : DateInputField Class
Represents DateInputField class to define input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
DateInputField Class
Syntax
'Declaration
 
Public MustInherit Class DateInputField 
   Inherits DateField
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
'Usage
 
Dim instance As DateInputField
public abstract class DateInputField : DateField, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateAmPmField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateDayField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraYearField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateHourField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMinuteField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSecondField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateShortHourField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateYearField

See Also

Reference

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