Property WindowHandle
WindowHandle
Returns the Tedds calculator's main window handle
Declaration
int WindowHandle { get; }
Property Value
| Type | Description |
|---|---|
| int | Main window handle |
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.