Menu::ItemWrap Property
.NET Framework (current version)
Gets or sets a value indicating whether the text for menu items should wrap.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue to wrap the menu item text; otherwise, false. The default is false.
Use the 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: