mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
16 lines
379 B
Markdown
16 lines
379 B
Markdown
---
|
|
title: IKeymanOption::Enabled Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanOption::Enabled` property returns `True` if the option value
|
|
can be changed. Some options are unavailable to be changed at certain
|
|
times, for example if the user does not have sufficient permissions, or
|
|
on certain operating system configurations.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly bool Enabled
|
|
```
|