Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class
Properties


In This Topic
    RibbonNumericBox Class Members
    In This Topic

    The following tables list the members exposed by RibbonNumericBox.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RibbonNumericBox class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the command name. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the command parameter. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyTextual cue, or tip, to prompt the user for information.  
    Public PropertyThe string to use as the currency symbol.  
    Public PropertyThe number of decimal places to display in the RibbonNumericBox.  
    Public PropertyGets or sets the description for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is enabled. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the command handler, which executes when the ribbon command is clicked. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets the icon set used to display item with different sizes. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem)
    Public PropertyThe amount by which the Value property changes when the users presses the up and down keys.  
    Public PropertyGets or sets the KeyTip providing keyboard access to a RibbonNumericBox.  
    Public PropertyGets or sets the label used to identify this RibbonNumericBox.  
    Public PropertyThe width of the text label. Set to -1 to let the label calculate width automatically.  
    Public PropertyThe maximum value accepted by the component.  
    Public PropertyThe minimum value accepted by the component.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyIndicates whether the contents of the component can be changed.  
    Public PropertyImposes a restriction on sizing the item when it appears on a RibbonGroup. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the text associated with the C1RibbonNumericBox.  
    Public PropertyGets or sets a value indicating whether the text should appear below the image. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem)
    Public PropertyGets or sets the ToolTip string. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyThe current Decimal value in the component.  
    Public PropertyIndicates whether the current value is null.  
    Public PropertyGets or sets whether this RibbonItem is visible. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Top
    See Also