System.Web.UI.WebControls.Menu.ItemWrap Property

Gets or sets a value indicating whether the text for menu items should wrap.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool ItemWrap { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.ItemWrap property to specify whether the text displayed in each menu item wraps. When the text runs out of space, it is automatically split and continued on the following line.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0