Partager via


SearchBox.CompactMode, 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 a flag that determines the display mode for this Web Part.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property CompactMode As Boolean
'Utilisation
Dim instance As SearchBox
Dim value As Boolean

value = instance.CompactMode

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

Valeur de la propriété

true indicates that the Web Part is displayed in compact mode; otherwise, false. The default value for this property is false.

Remarques

The CompactMode property is read/write. Compact mode displays the search box with only a text input field and a Go button.

Voir aussi

Référence

SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms