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


GcNumber Class
Represents a GcNumber control
Syntax
'Declaration
 
Public Class GcNumber 
   Inherits FieldsEditorControl
 
'Usage
 
Dim instance As GcNumber
Remarks
The GcNumber control provides number input for positive and negative values and allows you to design a functional numeric input interface quickly and efficiently. During data entry, the user can press the minus sign ("-") at any time to toggle the value between positive and negative. Also, the plus sign ("+") will change a negative value to positive.
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.GcNumber
                              GrapeCity.Win.Spread.InputMan.CellType.GcNumberEditingControl

See Also