| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <DartDescriptionAttribute("Image to use for the active Cancel button in place of a standard HTML button.")> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> <NotifyParentPropertyAttribute(True)> <CategoryAttribute("Appearance")> Public Property CancelButtonImageUrl As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel Dim value As String instance.CancelButtonImageUrl = value value = instance.CancelButtonImageUrl | |
| C# | |
|---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("Image to use for the active Cancel button in place of a standard HTML button.")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] public string CancelButtonImageUrl {get; set;} | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("Image to use for the active Cancel button in place of a standard HTML button.")] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] public: property String^ CancelButtonImageUrl { String^ get(); void set ( String^ value); } | |
Property Value
The default value is an empty string.Target Platforms: Microsoft .NET Framework 2.0
Copy Code