Click or drag to resize
DataComFormLayout Constructor
Initializes a new instance of the Data.com form layout with the specified form and its panel.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public DataComFormLayout(
	DataComForm form
)

Parameters

form
Type: CMS.DataComDataComForm
The Data.com form.
See Also