Class
IMEPreference |
| Input method editor (IME) preferences. Base Class: Preference |
QuickLinks |
getElements, toSource, toSpecifier |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
inlineInput | bool |
r/w | If true, allows inline input for non-Latin text. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application |
readonly | The parent of the IMEPreference (a Application). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
|
Methods
| InstancesArray of IMEPreference getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the IMEPreference.
string toSpecifier ()
Retrieves the object specifier.
|
Element of |
Application.imePreferences
|
Return |
Array of IMEPreference IMEPreference.getElements ()
|