Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuLookItemCollection Class

MenuItemLookCollection maintains all look items.

For a list of all members of this type, see MenuLookItemCollection Members.

System.Object
   EO.Web.LookItemCollection
      EO.Web.MenuLookItemCollection

[Visual Basic]
Public Class MenuLookItemCollection
    Inherits LookItemCollection
[C#]
public class MenuLookItemCollection : LookItemCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class is used by Menu's LookItems property to maintain a collection of "look items" that define common appearance settings for menu items.

"Look item" is also a MenuItem object.

Each menu item specifies which look's appearance setting to use by setting the MenuItem.LookID property.

Note:
Menu item look is an important object used to specify common appearance of menu items. Skin is used to control the appearance of a menu and implement page theme. Please refer to look, skin & theme for more details.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

MenuLookItemCollection Members | EO.Web Namespace


Direct link to this topic