Method SetOwnerWindow

SetOwnerWindow(int)

Sets which window owns the Tedds calculator's main window

Declaration
void SetOwnerWindow(int ownerWindowHandle)
Parameters
Type Name Description
int ownerWindowHandle

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.

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next