Click or drag to resize

OpsContextRaiseBrowserDialog(String, String, Object, Type) Method


Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public Object RaiseBrowserDialog(
	string html,
	string jsFunction,
	Object argument,
	Type responseType
)

Parameters

html  String
 
jsFunction  String
 
argument  Object
 
responseType  Type
 

Return Value

Object
See Also