Click or drag to resize

MapperUtilsUseInplaceNew Method

Feature helper function for the PopupManagement feature InPlaceNew setting.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool UseInplaceNew(
	IAppContext cxt,
	out InplaceDialogAttrs attrs
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
attrs
Type: NetQuarryInplaceDialogAttrs
Options to pass to the OpenIWin() javascript call.

Return Value

Type: Boolean
True if in-place New should be used, else false.
See Also