spiegel-keyman/windows/docs/engine/api/IKeymanKeyboardsInstalled/GetKeyboardFromFile.md
2024-10-31 10:17:54 +07:00

20 lines
449 B
Markdown

---
title: IKeymanKeyboardsInstalled::GetKeyboardFromFile Method
---
## Introduction
The `IKeymanKeyboardsInstalled::GetKeyboardFromFile` method loads the
keyboard file referred to by Filename and returns details about the
file. It does not install the keyboard for use.
## Specification
``` clike
IKeymanKeyboardFile* GetKeyboardFromFile(string Filename)
```
## Parameters
Filename
: The fully-qualified path to the .kmx file to be loaded.