Text to display next to the input box, to indicate the nature of the value to enter.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResCategoryAttribute("SearchTask")>
<BrowsableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("The text for the label which appears beside the input box")>
<ResDefaultValueAttribute()>
Public Property LabelText As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SearchAttributesTask
Dim value As String
instance.LabelText = value
value = instance.LabelText |
| C# | |
|---|
[ResCategoryAttribute("SearchTask")]
[BrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("The text for the label which appears beside the input box")]
[ResDefaultValueAttribute()]
public string LabelText {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