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




The text to display for the submit button that executes the search. Default in English is "Find".

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("SearchTask")>
<ResDescriptionAttribute("The text which appears on the button that executes the task")>
Public Property ButtonText As String
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
C# 
[PersistenceModeAttribute()]
[ResDefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("SearchTask")]
[ResDescriptionAttribute("The text which appears on the button that executes the task")]
public string ButtonText {get; set;}

See Also

© 2010 All Rights Reserved.