The TagBoolInputParams type exposes the following members.

Constructors

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

Methods

  Name Description
Public method AssignFrom
Copies the properties of the specified object to the current object.
(Overrides TagInputParams..::..AssignFrom(TagInputParams).)
Public method CheckValue
Returns true.
(Overrides TagInputParams..::..CheckValue(Control, Tag, String%).)
Public method ControlValueToTag
Copies the value from the control to the tag.
(Overrides TagInputParams..::..ControlValueToTag(Control, Tag).)
Public method CreateControl
Creates a CheckBox.
(Overrides TagInputParams..::..CreateControl(Tag, Int32).)
Public method IsShowLabel
Returns false.
(Overrides TagInputParams..::..IsShowLabel()()()().)
Public method TagValueToControl
Copies the value from the tag to the control.
(Overrides TagInputParams..::..TagValueToControl(Control, Tag).)

See Also