[]
Represents a control for numeric values editing.
[ToolboxBitmap(typeof(C1NumericEdit), "C1NumericEdit.png")]
public class C1NumericEdit : C1TextBoxBase, ISupportInitialize, ITextBoxBase, IInputEditor, IEmbeddedEditor, IUiaRangeValueProvider
| Name | Description |
|---|---|
| C1NumericEdit() | Initializes a new instance of the C1NumericEdit class. |
| Name | Description |
|---|---|
| DataType | Gets or sets the type of the Value property. |
| Increment | Gets or sets a value that indicates the amount to increment/decrement when the user clicks up/down buttons. |
| NumericInputKeys | Gets or sets a value that indicates whether special keys are required. |
| Styles | Gets or sets the C1NumericEdit styles. |
| Text | Gets or sets the text associated with this control. |
| Value | Gets or sets the current DataType representation of the visual information contained in the control. |
| Name | Description |
|---|---|
| CreateUiaItem(UiaItem) | |
| OnUpDownButtonClick(UpDownButtonClickEventArgs) | Raises the UpDownButtonClick event. |
| ResetIncrement() | Restores the default value of the Increment property. |
| ShouldSerializeIncrement() | Specifies whether to save the value of the Increment property. |
| SpinDown() | Performs spin down. |
| SpinDown(object) | Performs spin down. |
| SpinUp() | Performs spin up. |
| SpinUp(object) | Performs spin up. |