EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 113

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 112
CHAPTER 4: User-Interface Tools Window object 113
Window object properties
The following element properties apply specifically to Window elements:
X maximizeButton — When true, the title bar includes a button to expand
the window to its maximum size (typically, the entire screen), if the
platform and window type allow it. When false, it does not. Default is false
for type
palette, true for type window. Not used for dialogs.
X minimizeButton — When true, the title bar includes a button to minimize
or iconify the window, if the platform and window type allow it. When
false, it does not. Default is false for type
palette, true for type window.
Main windows cannot have a minimize button in Mac OS. Not used for
dialogs.
X independent — When true, a window of type window is independent of
other application windows, and can be hidden behind them in Windows.
In Mac OS, has no effect. Default is false.
X borderless — When true, the window has no title bar or borders.
Properties that control those features are ignored.
active
Boolean When true, the object is active, false otherwise. Set to true to make a
given control or dialog active.
X A modal dialog that is visible is by definition the active dialog.
X An active palette is the front-most window.
X An active control is the one with focus—that is, the one that
accepts keystrokes, or in the case of a
Button, be selected when
the user types R
ETURN or ENTER.
cancelElement
Object For a window of type dialog, the control to notify when a user types
the E
SC key. By default, looks for a button whose name or text is
"
cancel" (case disregarded).
defaultElement
Object For a window of type dialog, the control to notify when a user types
the E
NTER key. By default, looks for a button whose name or text is
"
ok" (case disregarded).
frameBounds
Bounds A Bounds object for the boundaries of the Windows frame in screen
coordinates. The frame consists of the title bar and borders that
enclose the content region of a window, depending on the
windowing system. Read only.
frameLocation
Point A Point object for the location of the top left corner of the Windows
frame. The same as
[frameBounds.x, frameBounds.y]. Set this
value to move the window frame to the specified location on the
screen. The
frameBounds value changes accordingly.
frameSize
Dimension A Dimension object for the size and location of the Window’s frame
in screen coordinates. Read only.
Vista de página 112
1 2 ... 108 109 110 111 112 113 114 115 116 117 118 ... 303 304

Comentários a estes Manuais

Sem comentários