Visual Basic (Declaration) | |
---|---|
Public Overridable Property ButtonType As LiveButtonColumnType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveEditCommandColumn Dim value As LiveButtonColumnType instance.ButtonType = value value = instance.ButtonType |
C# | |
---|---|
public virtual LiveButtonColumnType ButtonType {get; set;} |
C++/CLI | |
---|---|
public: virtual property LiveButtonColumnType ButtonType { LiveButtonColumnType get(); void set ( LiveButtonColumnType value); } |
This member is functionally equivalent to System.Web.UI.WebControls.EditCommandColumn.ButtonType.
Target Platforms: Microsoft .NET Framework 2.0