[]
        
(Showing Draft Content)

C1.C1Preview.TagStringInputParams

TagStringInputParams Class

Represents customization parameters for input of string tag values.

Inheritance
TagStringInputParams
Implements
Namespace: C1.C1Preview
Assembly: C1.WPF.PrintDocument.4.6.2.dll
Syntax
public class TagStringInputParams : TagInputParams, ICloneable

Constructors

Name Description
TagStringInputParams()

Initializes a new instance of the TagStringInputParams class.

TagStringInputParams(int)

Initializes a new instance of the TagStringInputParams class.

Properties

Name Description
MaxLength

Gets or sets the maximum length of the input string.

Methods

Name Description
AssignFrom(TagInputParams)

Copies the properties of the specified object to the current object.

CheckValue(Control, Tag, ref string)

Returns true.

ControlValueToTag(Control, Tag)

Copies the value from the control to the tag.

CreateControl(Tag, int)

Creates a TextBox.

TagValueToControl(Control, Tag)

Copies the value from the tag to the control.