 | SetupJVMWrapperGetJCGraphicContainer(String, Boolean) Method |
Use the method available in Management property
Requests to allocate a remote graphic container to host the Component with class name className
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.2.250821-1d39389489804d6a3c7a28203f93adc3f9dc1870
Syntax[ObsoleteAttribute("Use the method available in Management property",
true)]
public IJCGraphicContainer GetJCGraphicContainer(
string className,
bool isWPF
)
<ObsoleteAttribute("Use the method available in Management property",
true)>
Public Function GetJCGraphicContainer (
className As String,
isWPF As Boolean
) As IJCGraphicContainer
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
IJCGraphicContainerA
IJCGraphicContainer reference to the newly allocated container
Implements
IJVMWrapperManagementGetJCGraphicContainer(String, Boolean)
RemarksThis 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