[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonNumericBox

RibbonNumericBox Class

Label in a RibbonBar control.

Inheritance
RibbonNumericBox
Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public sealed class RibbonNumericBox : RibbonIconItem
Public NotInheritable Class RibbonNumericBox
    Inherits RibbonIconItem

Constructors

Name Description
RibbonNumericBox()

Initializes a new instance of the RibbonNumericBox class.

Properties

Name Description
CueBanner

Textual cue, or tip, to prompt the user for information.

CurrencySymbol

The string to use as the currency symbol.

DecimalPlaces

The number of decimal places to display in the RibbonNumericBox.

Increment

The amount by which the Value property changes when the users presses the up and down keys.

KeyTip

Gets or sets the KeyTip providing keyboard access to a RibbonNumericBox.

Label

Gets or sets the label used to identify this RibbonNumericBox.

LabelWidth

The width of the text label. Set to -1 to let the label calculate width automatically.

Maximum

The maximum value accepted by the component.

Minimum

The minimum value accepted by the component.

ReadOnly

Indicates whether the contents of the component can be changed.

Text

Gets or sets the text associated with the GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonNumericBox.C1RibbonNumericBox.

Value

The current Decimal value in the component.

ValueIsNull

Indicates whether the current value is null.