Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class
Members


In This Topic
    GcDateTime Class
    In This Topic
    Represents a GcDateTime control.
    Syntax
    'Declaration
     
    
    Public Class GcDateTime 
       Inherits FieldsEditorControl
    'Usage
     
    
    Dim instance As GcDateTime
    public class GcDateTime : FieldsEditorControl 
    Remarks
    The GcDateTime control allows you to design a functional date-time input interface quickly and efficiently.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                         GrapeCity.Win.Spread.InputMan.CellType.EditBase
                            GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl
                               GrapeCity.Win.Spread.InputMan.CellType.GcDateTime
                                  GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeEditingControl

    See Also