Click or drag to resize

CreateControlArgs Constructor

Complete constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CreateControlArgs(
	ControlCreationFlags flags,
	CellTypes cellType,
	int cellTypeAttrs,
	string id,
	string val
)

Parameters

flags
Type: NetQuarry.DataControlCreationFlags
The control creation flags.
cellType
Type: NetQuarry.DataCellTypes
The field's current CellType.
cellTypeAttrs
Type: SystemInt32
The field's current CellTypeAttributes value.
id
Type: SystemString
The ID to use for the control.
val
Type: SystemString
The initial control value, if any.
See Also