[]
        
(Showing Draft Content)

C1.C1Preview.TagBoolInputParams.CheckValue

CheckValue Method

CheckValue(Control, Tag, ref string)

Returns true.

Declaration
public override bool CheckValue(Control control, Tag tag, ref string errorMessage)
Parameters
Type Name Description
Control control

The control used to enter the value.

Tag tag

The Tag to which the value is to be assigned.

string errorMessage

The error message, assigned if the check fails.

Returns
Type Description
bool

True.

Overrides