[]
The abstract base class for specialized classes used by the tag input dialog to customize input of individual tags.
[C1ClassSerialization(true)]
public abstract class TagInputParams : ICloneable
Name | Description |
---|---|
TagInputParams() | Initializes a new instance of the TagInputParams class. |
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. |