HtmlMenuButton.IsNarrow Property

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.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property IsNarrow As Boolean
    Get
    Set
'Usage
Dim instance As HtmlMenuButton
Dim value As Boolean

value = instance.IsNarrow

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

Property Value

Type: System.Boolean
true if the menu button is as narrow as possible; otherwise, false.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace