The TagInputParams type exposes the following members.

Constructors

  Name Description
Public method TagInputParams
Initializes a new instance of the TagInputParams class.

Methods

  Name Description
Public method AssignFrom
Copies the properties of the specified object to the current object.
Public method CheckValue
Checks the value contained in the control.
Public method ControlValueToTag
Copies the value from the control to the tag.
Public method CreateControl
Creates a control that can be used to input the tag value.
Public method IsShowLabel
Returns a value indicating whether the input form should show the label with the tag's description adjacent to the input control.
Public method TagValueToControl
Copies the value from the tag to the control.

See Also