Click or drag to resize

Mapper.Layout Method

Lay out the mapper UI. Note that this mapper class does not implement a UI.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void Layout(
	bool bIsPostBack
)

Parameters

bIsPostBack
Type: System.Boolean
Specifies whether this should be considered a post-back.
See Also