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.10.240120-2a3d9d79d92bde9fdf6d46131ee31d20c12fe372
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