mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
357 B
Markdown
16 lines
357 B
Markdown
---
|
|
title: IKeymanKeyboard::Bitmap Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboard::Bitmap` property returns an `IPicture` reference
|
|
to the icon included in the keyboard file as specified by
|
|
[`&bitmap`](/developer/language/reference/bitmap). If no icon is
|
|
included, a default icon is returned.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IPicture* Bitmap
|
|
```
|