Name | Description | |
---|---|---|
RibbonNumericBox Constructor | Creates a new instance of RibbonNumericBox. |
The following tables list the members exposed by RibbonNumericBox.
Name | Description | |
---|---|---|
RibbonNumericBox Constructor | Creates a new instance of RibbonNumericBox. |
Name | Description | |
---|---|---|
AllowImageScaling | Gets or sets a value indicating if the image can be scaled in high-resolution applications. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
CanBeAddedToQat | Overridden. Gets or sets whether the user can add this RibbonItem to the Quick Access Toolbar at runtime. | |
Container | (Inherited from System.ComponentModel.Component) | |
ContextMenuStrip | Gets or sets the context menu strip associated with the numeric box. | |
CueBanner | Gets or sets the textual cue, or tip, that is displayed by RibbonNumericBox to prompt the user for information. | |
CurrencySymbol | Gets or sets the string to use as the currency symbol. | |
DecimalPlaces | Gets or sets the number of decimal places to display in the RibbonNumericBox. | |
Description | Gets or sets the description for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
FlipImageRtl | Gets or sets a value indicating if the image should be flipped horizontally in RightToLeft mode. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Format | Gets or sets the format of the Value displayed in the RibbonNumericBox. | |
GapBeforeTextArea | Gets or sets the gap between the label and text area when this RibbonNumericBox appears on a RibbonGroup. | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Increment | Gets or sets the amount by which the Value property changes when the users presses the up and down keys. | |
IsDisposed | Gets a value indicating whether the RibbonItem has been disposed of. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
KeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonNumericBox. | |
Label | Gets or sets the label used to identify this RibbonNumericBox. | |
LabelWidth | Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically. | |
Maximum | Gets or sets the maximum value accepted by the component. | |
Minimum | Gets or sets the minimum value accepted by the component. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
NegativePattern | Gets or sets the format pattern for negative values. The meaning depends on the StandardFormat. | |
NumberFormat | Gets the System.Globalization.NumberFormatInfo that is used for data formatting. | |
OwnerCollection | Gets the owner collection for this RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
OwnerControl | Gets the C1Ribbon or C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Parent | Gets the object (RibbonItem or RibbonGroup) that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
PositivePattern | Gets or sets the format pattern for positive values. The meaning depends on the StandardFormat. | |
ReadOnly | Gets or sets a value indicating whether the contents of the component can be changed. | |
Ribbon | Gets the C1Ribbon that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Site | Gets or sets the ISite of the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
SmallImage | Gets or sets the small image. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
SmallImageIndex | Gets or sets the index of the small image in the SmallImageList. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
SmallImageKey | Gets or sets the small image key in the SmallImageList. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
SpinButtonPressDelay | Gets or sets the interval before the spin buttons start firing click events, in milliseconds. | |
SpinButtonPressInterval | Gets or sets the interval between clicks when the spin buttons are kept pressed, in milliseconds. | |
StandardFormat | Sets the standard numeric format. | |
StatusBar | Gets the C1StatusBar that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
SupportedGroupSizing | Imposes a restriction on sizing the item when it appears on a RibbonGroup. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Tab | Gets the RibbonTab that this RibbonItem belongs to. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Tag | User-defined data associated with the RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Text | Gets or sets the text in the RibbonNumericBox. | |
TextAlign | Gets or sets how text is aligned in the RibbonNumericBox. | |
TextAreaWidth | Gets or sets the width of RibbonNumericBox's text area. | |
TextBox | Gets the TextBox control contained in this RibbonNumericBox. | |
ToolTip | Gets or sets the ToolTip string. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
Value | Gets or sets the current System.Decimal value in the component. | |
ValueIsNull | Gets or sets whether the current Value is null. | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from C1.Win.C1Ribbon.RibbonItem) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
DownButton | Simulates a click of the down button. | |
Equals | Determines whether the specified RibbonItem is equal to the current RibbonItem. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) | |
UpButton | Simulates a click of the up button. |
Name | Description | |
---|---|---|
ChangeCanceled | Occurs when the user cancels changes to the RibbonNumericBox. | |
ChangeCommitted | Occurs when the user commits changes to the RibbonNumericBox. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
FormatChanged | Fires when the Format property changes. | |
GotFocus | Occurs when the RibbonNumericBox receives focus. | |
KeyDown | Occurs when a key is first pressed. | |
KeyPress | Occurs when the user presses and releases a key. | |
KeyUp | Occurs when a key is released. | |
LostFocus | Occurs when the RibbonNumericBox loses focus. | |
MouseEnter | Occurs when the mouse enters the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
MouseLeave | Occurs when the mouse leaves the item. (Inherited from C1.Win.C1Ribbon.RibbonItem) | |
PrepareNumberFormat | Fires when the NumberFormat property is recreated. | |
SpinButtonClick | Fires when the up/down buttons are clicked, before their built-in processing. | |
TextChanged | Event raised when the text is changed. | |
ValueChanged | Fires when the Value property changes. |