[]
        
(Showing Draft Content)

C1.C1Preview.TagBoolInputParams

TagBoolInputParams Class

Represents customization parameters for input of Booleand tag values.

Inheritance
TagBoolInputParams
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TagBoolInputParams : TagInputParams, ICloneable

Constructors

Name Description
TagBoolInputParams()

Initializes a new instance of the TagBoolInputParams class.

Methods

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.