[]
Represents customization parameters for input of string tag values.
public class TagStringInputParams : TagInputParams, ICloneable
| Name | Description |
|---|---|
| TagStringInputParams() | Initializes a new instance of the TagStringInputParams class. |
| TagStringInputParams(int) | Initializes a new instance of the TagStringInputParams class. |
| Name | Description |
|---|---|
| MaxLength | Gets or sets the maximum length of the input string. |
| 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. |