ICalculatorSetForegroundWindow Method

Executes the Windows API function SetForegroundWindow from the Tedds calculator process.

Namespace:  Tekla.Structural.InteropAssemblies.TeddsCalc
Assembly:  Tedds.TeddsCalcIA (in Tedds.TeddsCalcIA.dll) Version: 24.1.0.0
Syntax
void SetForegroundWindow(
	int WindowHandle
)

Parameters

WindowHandle
Type: SystemInt32
Handle of window to make the foreground window
See Also