Click or drag to resize

DataMappingRowControlCheckboxSet Method

Set the CheckBox checkstate with tag. CheckBox must exist. Causes PropertyChanged(DataMappingRowControl, String) unless called in InitProperties(Action) context.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 26.0
Syntax
protected void CheckboxSet(
	string tag,
	bool value
)

Parameters

tag  String
value  Boolean
Exceptions
ExceptionCondition
ArgumentNullException
See Also