[]
Represents customization parameters for input of Booleand tag values.
public class TagBoolInputParams : TagInputParams, ICloneable
| Name | Description |
|---|---|
| TagBoolInputParams() | Initializes a new instance of the TagBoolInputParams class. |
| 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 CheckBox. |
| IsShowLabel() | Returns false. |
| TagValueToControl(Control, Tag) | Copies the value from the tag to the control. |