Represents images displayed on an item when item is in different states.
For a list of all members of this type, see NavigationItemImages Members.
System.Object
EO.Web.NavigationItemImages
EO.Web.MenuItemImages
[Visual Basic]
Public Class NavigationItemImages
[C#]
public class NavigationItemImages
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
Each NavigationItemImages contains a set of URLs for different states, for example, you can use Url property to specify the image to be displayed when an item is in "Normal" state, and use HoverUrl property to specify the image to be displayed when the item is in "Hover" state. Use these properties to specify images for different states:
Tip:
You do not need to provide all of the above URLs. Navigation control automatically determines which URL in a state to use if the corresponding URL is not defined. For example, URL property will be used for all states by default. For more information about states and how navigation control switches appearance between different states, see item states.
In addition to image URLs, you can also specify padding settings on
NavigationItemImages object through
Padding property.
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
NavigationItemImages Members | EO.Web Namespace