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