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
)
Protected Function WindowOpenOptionsHex (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
StringThe hex string representation of the field's WindowOpenOptions including app-wide settings.
See Also