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

20 lines
592 B
Markdown

---
title: IKeymanKeyboard::Filename Property
---
## Introduction
The `IKeymanKeyboard::Filename` property returns the fully qualified
filename of the keyboard .kmx file. If the parent interface is
[`IKeymanKeyboardFile`](../IKeymanKeyboardFile), then the filename is
the same as the file used to instantiate the interface; otherwise, the
file will be in the Keyman keyboard store, and should not be moved out
of the store except by calling the
[`IKeymanKeyboardInstalled::Uninstall`](../IKeymanKeyboardInstalled/Uninstall)
method.
## Specification
``` clike
readonly string Filename
```