Click or drag to resize

SignaturePadBind Method

Bind the control to the field.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Bind(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field to which to bind.

Implements

IDataFieldBind(IField)
See Also