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

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