DOTNET_TKFORM

Retrieve form object from a Toolkit container

WTSupported in traditional Synergy on Windows

 

 

 

xcall DOTNET_TKFORM(window_id, form)

window_id

The ID of the Toolkit window that contains the .NET form. (Otherwise Toolkit throws an exception.) (n)

form

The returned form object. (@DotNetObject)

DOTNET_TKFORM returns the .NET form object (form) for the specified Toolkit container window (window_id), even if the container window was automatically generated by %DOTNET_TKWIN.

See the DOTNET_TKADDCTL Examples.