Click or drag to resize

JCWindowsManagerOnBuildWindow Method

Invoked during initialization of WPF/WinForms container associated to Java AWT/Swing graphic object if IsRemoteManaged is .

The standard operation done are:

- removes the styles WS_CAPTION, WS_THICKFRAME, WS_MINIMIZEBOX, WS_MAXIMIZEBOX and WS_SYSMENU

- set Java AWT/Swing window to be WS_CHILDWINDOW

- connects WPF/WinForms window and Java AWT/Swing window


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.12.240512-4d4b2fafd3df13602ccdeccef07b026ccf8b47b0
Syntax
public virtual HandleRef OnBuildWindow()

Return Value

HandleRef
The HandleRef expected from https://learn.microsoft.com/en-us/dotnet/api/system.windows.interop.hwndhost.buildwindowcore
See Also