[]
Represents a composite control combining a NumericUpDown and a drop-down calculator for easy numeric values editing.
[ToolboxBitmap(typeof(C1NumericEdit), "C1NumericEdit.png")]
public class C1NumericEdit : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1NumericEdit() | Initializes a new instance of the C1NumericEdit class. |
| Name | Description |
|---|---|
| Calculator | The dropdown calculator object. |
| DataType | Type of the Value property. |
| DefaultDropDownFormClassName | This property is for internal use only. |
| DefaultThemeRootPath | Default path for the control in xml theme file. |
| FormatType | Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting. |
| Increment | Indicates the amount to increment/decrement when the user clicks up/down buttons. |
| Text | This property is for internal use only. |
| TypeRestriction | This property is for internal use only. |
| Name | Description |
|---|---|
| CreateAccessibilityInstance() | |
| Dispose(bool) | Releases the resources used by the C1DropDownControl. |
| OnUpDownButtonClick(UpDownButtonClickEventArgs) | This method is for internal use only. |
| OnVisualStyleChanged(EventArgs) | Invokes the VisualStyleChanged event. |
| OpenDropDown() | Shows the dropdown. |
| ResetIncrement() | This method is for internal use only. |
| ShouldSerializeCalculator() | This method is for internal use only. |
| ShouldSerializeIncrement() | This method is for internal use only. |
| SpinDown() | Performs spin down. |
| SpinDown(object) | Performs spin down. |
| SpinUp() | Performs spin up. |
| SpinUp(object) | Performs spin up. |
| UpdateDataType(Type) | This method is for internal use only. |