Name | Description | |
---|---|---|
![]() | TagNumericInputParams Constructor | Overloaded. |
The following tables list the members exposed by TagNumericInputParams.
Name | Description | |
---|---|---|
![]() | TagNumericInputParams Constructor | Overloaded. |
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 | Overridden. Copies the properties of the specified object to the current object. |
![]() | CheckValue | Overridden. Checks the value contained in the control. |
![]() | Clone | Creates a copy of the current object. (Inherited from C1.C1Preview.TagInputParams) |
![]() | ControlValueToTag | Overridden. Copies the value from the control to the tag. |
![]() | CreateControl | Overridden. Creates a System.Windows.Forms.NumericUpDown. |
![]() | IsShowLabel | Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control. (Inherited from C1.C1Preview.TagInputParams) |
![]() | TagValueToControl | Overridden. Copies the value from the tag to the control. |