| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| scriptId | String | The Script Id. | ||
| eventId | String | The Event Id to pass to the Script. | ||
| parameters | ISKeyValueList | Optional | Any additional Parameters to pass via the Script's eventArgs parameter. If omitted, a value of Nothing is assumed. | |
| title | String | Optional | The Title for the HTML viewer form. | |
| modal | Boolean | Optional | Indicates whether the HTML viewer form should be displayed as a modal form. If omitted, a value of False is assumed. | |
| width | Integer | Optional | The Width in pixels or zero for the default Width. If omitted, a value of 0 is assumed. | |
| height | Integer | Optional | The Height in pixels or zero for the default Height. If omitted, a value of 0 is assumed. | |
| formKey | String | Optional | If specified, a Form Key will cause the HTML viewer form to preserve the size and position as the User changes them. | |
| icon | String | Optional | The icon to use in the form header for the HTML form displayed. |
An ISApplicationShortcut object.