Class
ButtonPreference |
| Button preferences. |
QuickLinks |
getElements, toSource, toSpecifier |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
appearanceName | string |
r/w | The appearance applied to the button. |
name | string |
r/w | The name of the ButtonPreference. |
parent | ApplicationDocument |
readonly | The parent of the ButtonPreference (a Application or Document). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
|
Methods
| Instances
Array
of Object getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ButtonPreference.
string toSpecifier ()
Retrieves the object specifier.
|
Element of |
Application.buttonPreferences
Document.buttonPreferences
|