EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificaciones Pagina 138

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 137
CHAPTER 4: User-Interface Tools Control objects 138
location
Point A Point object describing the location of the element as an array,
[x, y], representing the coordinates of the upper left corner of the
element. These are screen coordinates for
Window elements, and
parent-relative coordinates for other elements.
The
location is defined as [bounds.x, bounds.y]. Setting an
element’s
location changes its bounds property, and vice-versa. By
default,
location is undefined until the parent containers layout
manager is invoked.
maximumSize
Dimension A Dimension object that specifies the maximum height and width for
an element.
The default is 50 pixels less than the screen size in each dimension. In
Windows, this can occupy the entire screen; you must define a
maximumSize to be large enough for your intended usage.
minimumSize
Dimension A Dimension object that specifies the minimum height and width for
an element. Default is
[0,0].
maxvalue
Number The maximum value that the value property can have.
If
maxvalue is reset less than value, value is reset to maxvalue. If
maxvalue is reset less than minvalue, minvalue is reset to maxvalue.
minvalue
Number The minimum value that the value property can have.
If
minvalue is reset greater than value, value is reset to minvalue. If
minvalue is reset greater than maxvalue, maxvalue is reset to
minvalue.
parent
Object The immediate parent object of this element. Read only.
preferredSize
Dimension A Dimension object used by layout managers to determine the best
size for each element. If not explicitly set by a script, value is
established by the user-interface framework in which ScriptUI is
employed, and is based on such attributes of the element as its text,
font, font size, icon size, and other user-interface framework-specific
attributes.
A script can explicitly set
preferredSize before the layout manager
is invoked in order to establish an element size other than the default.
To set a specific value for only one dimension, specify the other
dimension as -1.
properties
Object An object that contains one or more creation properties of the
element (properties used only when the element is created).
selected
Boolean For ListItem objects only. When true, the item is part of the
selection for its parent list. When false, the item is not selected. Set
to true to select this item in a single-selection list, or to add it to the
selection array for a multi-selection list.
Vista de pagina 137
1 2 ... 133 134 135 136 137 138 139 140 141 142 143 ... 303 304

Comentarios a estos manuales

Sin comentarios