Click or drag to resize

MapperUtilsUseInplaceFind Method

Feature helper function for the PopupManagement feature InPlaceFind setting.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool UseInplaceFind(
	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 Find should be used, else false.
See Also