IKeymanOption Interface
interface IKeymanOption : IKeymanObject : IDispatch
A user-configurable option for the Keyman Engine. Options are per-user but not per-product.
Interface Properties
| Name | Type | Declaration |
|---|---|---|
| DefaultValue | Property Get | Property Get DefaultValue As Boolean |
| Enabled | Property Get | Property Get Enabled As Boolean |
| Group | Property Get | Property Get Group As String |
| Name | Property Get | Property Get Name As String |
| Value | Property Get/Let | Property Get/Let Value As Boolean |


