CancelButtonText Property
Object:
|
AXFFileProgress |
Type:
|
String |
Read/Write:
|
Read/Write |
Description:
|
CancelButtonText sets the text displayed on the progress indicator's "Cancel" button.
|
Example:
|
'--- Set CancelButtonText using the PARAM tag:
<PARAM NAME="CancelButtonText" VALUE="Cancel Upload">
|
Note:
|
CancelButtonText is a parameter, not a scriptable property. Use the PARAM tag to
set this parameter; do not use the syntax AXFFileProgress.CancelButtonText .
CancelButtonText cannot be set dynamically at runtime.
|
Copyright © 2010 SoftArtisans, Inc. All rights reserved.