EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificaciones Pagina 148

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 147
CHAPTER 4: User-Interface Tools Control objects 148
DrawState object
A helper object that describes an input state at the time of the triggering onDraw event. Contains
properties that report whether the current control has the input focus, and the particular mouse button
and key-press state. There is no object constructor.
DrawState object properties
The object contains the following read-only properties:
onExpand
Called when the user expands (opens) a node in a TreeView control. The parameter
to this function is the ListItem
node object that was expanded.
onShortcutKey
(In Windows only) Called when a shortcut-key sequence is typed that matches the
shortcutKey
value for an element in the active window.
altKeyPressed
Boolean When true, the ALT key was pressed. (In Windows only.)
capsLockKeyPressed
Boolean When true, the CAPSLOCK key was pressed.
cmdKeyPressed
Boolean When true, the CMD key was pressed. (In Mac OS only.)
ctrlKeyPressed
Boolean When true, the CTRL key was pressed.
hasFocus
Boolean When true, the control containing this object has the input
focus.
leftButtonPressed
Boolean When true, the left mouse button was pressed.
middleButtonPressed
Boolean When true, the middle mouse button was pressed.
mouseOver
Boolean When true, the cursor position was within the bounds of the
control containing this object.
numLockKeyPressed
Boolean When true, the NUMLOCK key was pressed.
optKeyPressed
Boolean When true, the OPT key was pressed. (In Mac OS only.)
rightButtonPressed
Boolean When true, the right mouse button was pressed.
shiftKeyPressed
Boolean When true, the SHIFT key was pressed.
Vista de pagina 147
1 2 ... 143 144 145 146 147 148 149 150 151 152 153 ... 303 304

Comentarios a estos manuales

Sin comentarios