SearchBox.PromptText, propriété (Microsoft.SharePoint.Portal.WebControls)
Cette classe ou ce membre est désapprouvé. Lorsque vous mettez à niveau ou écrivez de nouvelles applications qui utilisent cette classe ou ce membre, utilisez la nouvelle classe ou le nouveau membre à la place. For Recherche de contenu d'entreprise dans Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the default text displayed in the search box.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PromptText As String
'Utilisation
Dim instance As SearchBox
Dim value As String
value = instance.PromptText
instance.PromptText = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string PromptText { get; set; }
Valeur de la propriété
A string that contains the default text displayed in the search box.
Remarques
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.
Voir aussi
Référence
SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms