Compartir a través de


: HtmlMenuButton.IsNarrow (Propiedad) (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.

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

Sintaxis

'Declaración
Public Property IsNarrow As Boolean
'Uso
Dim instance As HtmlMenuButton
Dim value As Boolean

value = instance.IsNarrow

instance.IsNarrow = value
public bool IsNarrow { get; set; }

Valor de propiedad

true if the menu button is as narrow as possible; otherwise, false.

Vea también

Referencia

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