Visual Basic (Declaration) | |
---|---|
Public Enum ButtonType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ButtonType |
C# | |
---|---|
public enum ButtonType : System.Enum |
C++/CLI | |
---|---|
public enum class ButtonType : public System.Enum |
Member | Description |
---|---|
ImageButton | The button is an ImageButton. |
LinkButton | The button is a LinkButton. |
PushButton | The button is a PushButton. |
Set Upload.ButtonImageUrl when using an ImageButton.
System.Object
System.ValueType
System.Enum
Dart.FileUpload.ButtonType
Target Platforms: Microsoft .NET Framework 2.0