mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
30 lines
638 B
Markdown
30 lines
638 B
Markdown
---
|
|
title: IKeymanVisualKeyboard Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanVisualKeyboard` interface references the visual keyboard
|
|
associated with an installed
|
|
[`IKeymanKeyboardInstalled`](../IKeymanKeyboardInstalled) keyboard
|
|
layout.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > **`IKeymanVisualKeyboard`**
|
|
|
|
## Properties
|
|
|
|
[`Filename`](Filename) <span class="readonly">read only</span>
|
|
: Returns the fully qualified filename of the visual keyboard .kvk
|
|
file.
|
|
|
|
## Methods
|
|
|
|
[`Uninstall()`](Uninstall)
|
|
: Removes this visual keyboard from the keyboard and the Keyman
|
|
keyboard store.
|