Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class
Members


In This Topic
    GcTimeSpan Class
    In This Topic
    Represents a GcTimeSpan control class.
    Syntax
    'Declaration
     
    
    Public Class GcTimeSpan 
       Inherits FieldsEditorControl
    'Usage
     
    
    Dim instance As GcTimeSpan
    public class GcTimeSpan : FieldsEditorControl 
    Remarks

    The GcTimeSpan control allows you to design a functional time span input interface quickly and efficiently.

    Using the GcTimeSpan control will limit the need for much data validation of time span values.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                GrapeCity.Framework.Spread.InputMan.CellType.Forms.FrameworkControl
                   GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows.ElementContainerControl
                      GrapeCity.Framework.Spread.InputMan.CellType.Forms.ControlBase
                         GrapeCity.Win.Spread.InputMan.CellType.EditBase
                            GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl
                               GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan
                                  GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanEditingControl

    See Also