EnablePopUpMenu Property

 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:
'--- Set EnablePopUpMenu using the PARAM tag: 
<PARAM NAME="EnablePopUpMenu" VALUE="0">
      
 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.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.