mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
283 B
Markdown
14 lines
283 B
Markdown
---
|
|
title: IKeymanControl::LastActiveWindow Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanControl::LastActiveWindow` property returns the last active
|
|
window handle, excluding Keyman windows such as the On Screen Keyboard.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly long LastActiveWindow
|
|
```
|