mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
313 B
Markdown
15 lines
313 B
Markdown
---
|
|
title: IKeymanSystemInfo::IsAdministrator Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanSystemInfo::IsAdministrator` property returns `True` if
|
|
Keyman Engine has sufficient privileges to install keyboards and perform
|
|
tasks with elevated privileges.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly bool IsAdministrator
|
|
```
|