Visual Basic (Declaration) | |
---|---|
<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")> <DefaultValueAttribute()> <CategoryAttribute("Appearance")> <DartDescriptionAttribute("")> <NotifyParentPropertyAttribute(True)> Public Property ButtonImageUrl As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Upload Dim value As String instance.ButtonImageUrl = value value = instance.ButtonImageUrl |
C# | |
---|---|
[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")] [DefaultValueAttribute()] [CategoryAttribute("Appearance")] [DartDescriptionAttribute("")] [NotifyParentPropertyAttribute(true)] public string ButtonImageUrl {get; set;} |
C++/CLI | |
---|---|
[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")] [DefaultValueAttribute()] [CategoryAttribute("Appearance")] [DartDescriptionAttribute("")] [NotifyParentPropertyAttribute(true)] public: property String^ ButtonImageUrl { String^ get(); void set ( String^ value); } |
Target Platforms: Microsoft .NET Framework 2.0