mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
17 lines
470 B
Markdown
17 lines
470 B
Markdown
---
|
|
title: IKeymanKeyboardInstalled::IconFilename Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboardInstalled::IconFilename` property returns the fully
|
|
qualified filename of a Windows .ico file that is generated from the
|
|
icon resource contained within the keyboard when the keyboard is
|
|
installed. This icon file is used when Keyman creates a Windows input
|
|
method associated with the Keyman keyboard layout.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string IconFilename
|
|
```
|