The text to display for the submit button that executes the search. Default in English is "Find".
Syntax
Visual Basic (Declaration) | |
---|
<BrowsableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("SearchTask")>
<ResDescriptionAttribute("The text which appears on the button that executes the task")>
<ResDefaultValueAttribute()>
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# | |
---|
[BrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("SearchTask")]
[ResDescriptionAttribute("The text which appears on the button that executes the task")]
[ResDefaultValueAttribute()]
public string ButtonText {get; set;} |
Requirements
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
See Also