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
)
Public Shared Function UseInplaceFind (
cxt As IAppContext,
<OutAttribute> ByRef attrs As InplaceDialogAttrs
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - attrs
- Type: NetQuarryInplaceDialogAttrs
Options to pass to the OpenIWin() javascript call.
Return Value
Type:
BooleanTrue if in-place Find should be used, else false.
See Also