| IJVMWrapperManagementGetJCGraphicContainer(IJavaObject, Boolean) Method |
Requests to allocate a remote graphic container to host the Component in graphicObject
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.5.21.241219-a6a144ea07c497c3a9a1be842408e852afb458be
Syntax IJCGraphicContainer GetJCGraphicContainer(
IJavaObject graphicObject,
bool isWPF
)
Function GetJCGraphicContainer (
graphicObject As IJavaObject,
isWPF As Boolean
) As IJCGraphicContainer
Parameters
- graphicObject IJavaObject
- The object, in the form of IJavaObject, to be inserted in the grphical hierarchy
- isWPF Boolean
- if the request come from a WPF host application, for WinForms host application
Return Value
IJCGraphicContainerA
IJCGraphicContainer reference to the newly allocated container
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