Share 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)

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