[]
        
(Showing Draft Content)

C1.C1Preview.TagNumericInputParams

TagNumericInputParams Class

Represents customization parameters for input of numeric tag values.

Inheritance
TagNumericInputParams
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TagNumericInputParams : TagInputParams, ICloneable

Constructors

Name Description
TagNumericInputParams()

Initializes a new instance of the TagNumericInputParams class.

TagNumericInputParams(decimal, decimal, decimal, int)

Initializes a new instance of the TagNumericInputParams class.

Properties

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.

Methods

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.