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


In This Topic
    GcNumber Class
    In This Topic
    Represents a GcNumber control
    Syntax
    'Declaration
     
    
    Public Class GcNumber 
       Inherits FieldsEditorControl
    'Usage
     
    
    Dim instance As GcNumber
    public class GcNumber : FieldsEditorControl 
    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.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