HtmlMenuButton.IsNarrow, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating whether the width of the menu button is set to the maximum width available on the screen or to the minimum width.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property IsNarrow As Boolean
'Utilisation
Dim instance As HtmlMenuButton
Dim value As Boolean
value = instance.IsNarrow
instance.IsNarrow = value
public bool IsNarrow { get; set; }
Valeur de la propriété
true if the menu button is as narrow as possible; otherwise, false.
Voir aussi
Référence
HtmlMenuButton, classe
Membres HtmlMenuButton
Microsoft.SharePoint.Portal.WebControls, espace de noms