The text displayed to the user on the button which executes the task. Default is "Find".
Syntax
Visual Basic (Declaration) | |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResCategoryAttribute("FindAddressTask")>
<BrowsableAttribute(True)>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("Text displayed on the button.")>
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# | |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResCategoryAttribute("FindAddressTask")]
[BrowsableAttribute(true)]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("Text displayed on the button.")]
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