Click or drag to resize

FieldKernelWindowOpenOptionsHex Method

Get the WindowOpenOptions as a hex string. Note that this method enforces certain application-wide features, in particular ForcePopupScrollbars which forces scrollbars on popup windows.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string WindowOpenOptionsHex(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: String
The hex string representation of the field's WindowOpenOptions including app-wide settings.
See Also