System.Web.UI.WebControls Namespace Menu Class
Sets or retrieves a value indicating whether the text for menu items should wrap.
Inline |
<asp:menu itemwrap = true | false ... > |
Script |
Menu.ItemWrap [ = true | false ] |
This property accepts or returns only a boolean value: true to wrap the menu item text; otherwise false. Default value is false.
Use the ItemWrap property to specify or determine whether the text displayed in each menu item in a Menu automatically splits and continues on the next line.
NOTE: This property applies only when the width of the Menu ( or the container that contains the Menu ) is set and the menu item's content exceeds the given width.
Menu Members