HideURL Property
Object:
|
AXFFileDownload |
Type:
|
Boolean |
Read/Write:
|
Read/Write |
Description:
|
By default, the visual download control displays the URLs of the files to download.
To hide the URLs, set HideURL to True.
|
Example:
|
'--- Set HideURL using the PARAM tag:
<PARAM NAME="HideURL" VALUE="0">
|
Note:
|
HideURL is a parameter, not a scriptable property. Use the PARAM tag to set this
parameter; do not use the syntax AXFFileDown.HideURL . HideURL cannot be
set dynamically at runtime.
|
Copyright © 2010 SoftArtisans, Inc. All rights reserved.