mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
288 B
Markdown
15 lines
288 B
Markdown
---
|
|
title: IKeymanVisualKeyboard::Filename Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanVisualKeyboard::Filename` property returns the fully
|
|
qualified filename of the visual keyboard .kvk file as found in the
|
|
Keyman keyboard store.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Filename
|
|
```
|