A collection of measurement comboboxes.
measurement combobox Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| edit contents | string | r/w | The default value in an editbox control. Note: Do not specify both edit contents and edit value. If both are specified, the one that occurs later in the script is used. |
| edit units | points, picas, inches, inches decimal, millimeters, centimeters, ciceros, custom, agates, points, picas, inches, inches decimal, millimeters, centimeters, ciceros, custom, agates, |
r/w | The measurement units to display in the measurement control. |
| edit value | fixed | r/w | The real number default value of the editbox or combobox. Note: For measurement controls, the value is interpreted in points. The points value is converted to edit units when the dialog opens. Note: Do not specify both edit value and edit contents. If … |
| id | integer | read | The unique ID of the measurement combobox. |
| index | integer | read | The index of the measurement combobox within its containing object. |
| large nudge | fixed | r/w | The amount to increment/decrement the value when a user selects the control and holds down the Shift key while pressing an arrow key on the keyboard. |
| maximum value | fixed | r/w | The maximum value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted aut… |
| min width | fixed | r/w | The width of the control. For an editbox or combobox, specifies the minimum width of the box. |
| minimum value | fixed | r/w | The minumim value that a user is allowed to type in a numeric editbox or combobox. Note: The value for a measurement editbox or combobox is interpreted in points, regardless of the edit units specified for the control. The points value is converted aut… |
| object reference | measurement combobox | read | An object reference for the measurement combobox. |
| parent | reference | read | The parent of the measurement combobox (a dialog column, dialog row, enabling group or border panel). Can return: dialog column, dialog row, enabling group or border panel. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| small nudge | fixed | r/w | The amount to increment/decrement the value when the user selects the control and presses an arrow key on the keyboard. |
| string list | List of string | r/w | The menu items on a dropdown or combobox control, as an array of strings. |