You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`maximizeButton`| Boolean | 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. Not used for dialogs. |
48
+
|`maximizeButton`| Boolean | 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. Not used for dialogs.|
49
49
||||
50
50
||| Default is `false` for type palette, `true` for type window. |
|`onActivate`| Called when the user make the window active by clicking it or otherwise making it the keyboard focus. |
913
-
|`onClose`| Called when a request is made to close the window, either by an explicit call to the [close()](#close) function or by a user action (clicking the OS-specific close icon in the title bar). The function is called before the window actually closes; it can return `false` to cancel the close operation. |
913
+
|`onClose`| Called when a request is made to close the window, either by an explicit call to the [close()](#close) function or by a user action (clicking the OS-specific close icon in the title bar). The function is called before the window actually closes; it can return `false` to cancel the close operation.|
914
914
|`onDeactivate`| Called when the user makes a previously active window inactive; for instance by closing it, or by clicking another window to change the keyboard focus. |
915
915
|`onDraw`| Called when a container or control is about to be drawn. Allows the script to modify or control the appearance, using the control's associated [ScriptUIGraphics object](graphic-customization-objects.md#scriptuigraphics-object) object. Handler takes one argument, a [DrawState object](control-objects.md#drawstate-object) object. |
916
916
|`onMove`| Called when the window has been moved. |
0 commit comments