[]
Represents customization parameters for input of numeric tag values.
public class TagNumericInputParams : TagInputParams, ICloneable
Name | Description |
---|---|
TagNumericInputParams() | Initializes a new instance of the TagNumericInputParams class. |
TagNumericInputParams(decimal, decimal, decimal, int) | Initializes a new instance of the TagNumericInputParams class. |
Name | Description |
---|---|
DecimalPlaces | Gets or sets the editor precision (decimal places). |
Increment | Gets or sets the increment for the spin buttons. |
Maximum | Gets or sets the maximum allowed value. |
Minimum | Gets or sets the minimum allowed value. |
Name | Description |
---|---|
AssignFrom(TagInputParams) | Copies the properties of the specified object to the current object. |
CheckValue(Control, Tag, ref string) | Checks the value contained in the control. |
ControlValueToTag(Control, Tag) | Copies the value from the control to the tag. |
CreateControl(Tag, int) | Creates a NumericUpDown. |
TagValueToControl(Control, Tag) | Copies the value from the tag to the control. |