Object: | AXFFileDownload |
Type: | Boolean |
Read/Write: | Read/Write |
Description: | By default, when the user right-clicks the visual download control, a pop-up menu will be displayed. The menu contains the entries "Rename," "Remove," and "Remove All." To disable the pop-up menu, set EnablePopUpMenu to False. |
Example: |
|
Note: |
EnablePopUpMenu is a parameter, not a scriptable property. Use the PARAM tag to
set this parameter; do not use the syntax AXFFileDown.EnablePopUpMenu .
EnablePopUpMenu cannot be set dynamically at runtime.
|