ESRI.ArcGIS.ADF.Web.UI.WebControls
Text Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackButton Class : Text Property




The text to display on the button.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDefaultValueAttribute()>
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackButton
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDefaultValueAttribute()]
public string Text {get; set;}

See Also

© 2010 All Rights Reserved.