Partilhar via


ViewSearchForm.Prompt Property

Gets or sets the title of the <INPUT> tag on the search form, which is displayed in the tool tip for the input box and which is used by screen readers for accessibility.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Prompt As String
    Get
    Set
'Usage
Dim instance As ViewSearchForm
Dim value As String

value = instance.Prompt

instance.Prompt = value
public string Prompt { get; set; }

Property Value

Type: System.String
A string that contains the title of the <INPUT> tag.

See Also

Reference

ViewSearchForm Class

ViewSearchForm Members

Microsoft.SharePoint.WebControls Namespace