| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("The text used for the button.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> Public Overridable Property Text As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveButtonColumn Dim value As String instance.Text = value value = instance.Text | |
| C# | |
|---|---|
[DescriptionAttribute("The text used for the button.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public virtual string Text {get; set;} | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("The text used for the button.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public: virtual property String^ Text { String^ get(); void set ( String^ value); } | |
This member is functionally equivalent to System.Web.UI.WebControls.ButtonColumn.Text.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code