ESRI.ArcGIS.ADF.Tasks
ButtonText Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : ButtonText Property




The text displayed to the user on the button which executes the task. Default is "Find".

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResCategoryAttribute("FindAddressTask")>
<ResDescriptionAttribute("Text displayed on the button.")>
<ResDefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property ButtonText As String
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
C# 
[BrowsableAttribute(true)]
[ResCategoryAttribute("FindAddressTask")]
[ResDescriptionAttribute("Text displayed on the button.")]
[ResDefaultValueAttribute()]
[PersistenceModeAttribute()]
public string ButtonText {get; set;}

See Also

© 2010 All Rights Reserved.