Compartir a través de


: SearchBox.PromptText (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the default text displayed in the search box.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PromptText As String
'Uso
Dim instance As SearchBox
Dim value As String

value = instance.PromptText

instance.PromptText = value
[BrowsableAttribute(false)] 
[WebPartStorageAttribute(Storage.Shared)] 
public string PromptText { get; set; }

Valor de propiedad

A string that contains the default text displayed in the search box.

Comentarios

The PromptText property is read/write. This property applies only when the CompactMode property is set to true. The prompt text is displayed before the search text input box. If the ContextSensitiveScopeType property is set to 4, the prompt text is displayed above the text input box.

Vea también

Referencia

SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)