| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Appearance")> <DartDescriptionAttribute("Defines the type of button to display for selecting files. ButtonType can be either a PushButton, ImageButton, or LinkButton. When using an ImageButton, the ButtonImageUrl property must be defined.")> <DefaultValueAttribute()> Public Property ButtonType As ButtonType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Upload Dim value As ButtonType instance.ButtonType = value value = instance.ButtonType | |
| C# | |
|---|---|
[CategoryAttribute("Appearance")] [DartDescriptionAttribute("Defines the type of button to display for selecting files. ButtonType can be either a PushButton, ImageButton, or LinkButton. When using an ImageButton, the ButtonImageUrl property must be defined.")] [DefaultValueAttribute()] public ButtonType ButtonType {get; set;} | |
| C++/CLI | |
|---|---|
[CategoryAttribute("Appearance")] [DartDescriptionAttribute("Defines the type of button to display for selecting files. ButtonType can be either a PushButton, ImageButton, or LinkButton. When using an ImageButton, the ButtonImageUrl property must be defined.")] [DefaultValueAttribute()] public: property ButtonType ButtonType { ButtonType get(); void set ( ButtonType value); } | |
ButtonType can be either a PushButton, ImageButton, or LinkButton. When using an ImageButton, the ButtonImageUrl property must be defined.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code