Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 14.0 (current version)Version 10.0Version 9.0 (home page)

On this page

IKeymanOption Interface

Introduction

The IKeymanOption interface describes a user-configurable option in Keyman Engine.

Interface Hierarchy

IDispatch
IKeymanObject
IKeymanOption

Properties

DefaultValue read only
Returns the default value for the option.
Enabled read only
Returns True if the option is currently enabled for the user.
Group read only
Returns a grouping identifier for the option.
ID read only
Returns an identifier for the option. Identifiers are mapped to user-readable strings in the user interface translation files.
OptionType read only
Returns the value data type supported by the option, one of kotBool, kotString or kotLong.
Value
Reads or sets the current value for the option.