EnableCancelButton Property

 Object: AXFFileProgress
 Syntax: AXFFileProgress.EnableCancelButton [= Boolean]
 Type: Boolean
 Read/Write: Read/Write
 Description: When EnableCancelButton is set to True, the progress indicator will include a "Cancel" button. When EnableCancelButton is set to False, the button will not be displayed. EnableCancelButton is set to True by default.
 Example:
'--- Set EnableCancelButton using the PARAM tag:
<PARAM NAME="EnableCancelButton" VALUE="0">
      
 Note: EnableCancelButton is a parameter, not a scriptable property. Use the PARAM tag to set this parameter; do not use the syntax AXFFileProgress.EnableCancelButton. EnableCancelButton cannot be set dynamically at runtime.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.