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



Defines the type of button to display for selecting files.

Syntax

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);
}

Remarks

ButtonType can be either a PushButton, ImageButton, or LinkButton. When using an ImageButton, the ButtonImageUrl property must be defined.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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