|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| Text Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > AutoExpandButton Class : Text Property |
| Visual Basic (Declaration) | |
|---|---|
<WebSysDescriptionAttribute("The text to be shown on the button.")>
<WebCategoryAttribute("Appearance")>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<LocalizableAttribute(True)>
<DefaultValueAttribute()>
Public Property Text As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoExpandButton Dim value As String instance.Text = value value = instance.Text | |
| C# | |
|---|---|
[WebSysDescriptionAttribute("The text to be shown on the button.")]
[WebCategoryAttribute("Appearance")]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[LocalizableAttribute(true)]
[DefaultValueAttribute()]
public string Text {get; set;} | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family