Click or drag to resize

SetupJVMWrapperGetJCGraphicContainer(String, Boolean) Method

Requests to allocate a remote graphic container to host the Component with class name className

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.13.240514-86ea0fe57add44a0d4dc719a1a99f3379a320f2e
Syntax
public IJCGraphicContainer GetJCGraphicContainer(
	string className,
	bool isWPF
)

Parameters

className  String
The name of the class to allocate and insert in the grphical hierarchy
isWPF  Boolean
if the request come from a WPF host application, for WinForms host application

Return Value

IJCGraphicContainer
A IJCGraphicContainer reference to the newly allocated container

Implements

IJVMWrapperManagementGetJCGraphicContainer(String, Boolean)
Remarks
This version supports a single JCGraphicContainer needing direct management of Windows Message Pump, other JCGraphicContainer must internally manages message pump, setting the property IsRemoteManaged to true.
See Also