| FormCommand Properties |
[This is preliminary documentation and is subject to change.]
The FormCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyName |
The name of the assembly where the implementation of the IFormCommand interface can be found
| |
| ButtonId |
The HTML id of the button generated
| |
| Command |
A string with a specific command for the IFormCommand implementation
| |
| CommandHandler | ||
| ConfirmCommandMessage |
If this property contains a text it will be displayed in a JavaScript confirm
dialog before actually executing the command. The command will only be
executed if the user chooses "Ok" on the confirm dialog.
| |
| Enabled |
TOPICAbasic computation that must evaluate to boolean value
| |
| RedirectUrl | ||
| ResultHandler | ||
| ResultHeaderText | ||
| ResultSubHeaderText | ||
| ShortcutKey | ||
| Text |
The text that will be shown on the button
| |
| Tooltip |
The tooltip for the button
| |
| TypeName |
The name of the type in the assembly that implements the IFormCommand interface
| |
| Visible |
TOPICAbasic computation that must evaluate to boolean value
|