PowerWEB File Upload for ASP.NET
CancelButtonDisabledImageUrl Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : CancelButtonDisabledImageUrl Property



Image to use for the inactive Cancel button in place of a standard HTML button.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DartDescriptionAttribute("Image to use for the inactive Cancel button in place of a standard HTML button.")>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Property CancelButtonDisabledImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.CancelButtonDisabledImageUrl = value
 
value = instance.CancelButtonDisabledImageUrl
C# 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Image to use for the inactive Cancel button in place of a standard HTML button.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CancelButtonDisabledImageUrl {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DartDescriptionAttribute("Image to use for the inactive Cancel button in place of a standard HTML button.")]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public:
property String^ CancelButtonDisabledImageUrl {
   String^ get();
   void set (    String^ value);
}

Property Value

The default value is an empty string.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.