[]
        
(Showing Draft Content)

C1.C1Preview.TagInputParams

TagInputParams Class

The abstract base class for specialized classes used by the tag input dialog to customize input of individual tags.

Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public abstract class TagInputParams : ICloneable

Constructors

Name Description
TagInputParams()

Initializes a new instance of the TagInputParams class.

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.

Clone()

Creates a copy of the current object.

ControlValueToTag(Control, Tag)

Copies the value from the control to the tag.

CreateControl(Tag, int)

Creates a control that can be used to input the tag value.

IsShowLabel()

Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.

TagValueToControl(Control, Tag)

Copies the value from the tag to the control.