ICalculatorSetOwnerWindow Method

Sets which window owns the Tedds calculator's main window

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 25.0.0.0
Syntax
void SetOwnerWindow(
	int ownerWindowHandle
)

Parameters

ownerWindowHandle
Type: SystemInt32
Window handle of the window which will be the owner of the Tedds calculator's main window
Remarks
The main Tedds calculator window is always hidden but acts as the parent window for all other windows displayed by the Tedds calculator. The window handle may be required to ensure that the Calculator process is brought to the foreground when the calling processes expects the Tedds calculator to show a user interface.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next