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

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
```