Click or drag to resize

DataMappingRowControlEnableControl Method

Enable/disable control with tag. The control must exists.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void EnableControl(
	string tag,
	bool bEnable
)

Parameters

tag  String
bEnable  Boolean
Exceptions
ExceptionCondition
ArgumentNullException
See Also