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

BaseMenuItemGroup.SideImage Property

Gets or sets an image URL string that is displayed on the left side of the entire group.

[Visual Basic]
Public Property SideImage As String
[C#]
public String SideImage {get; set;}

Remarks

Group's SideImage property and item's LeftIcon can be used together to create styles like Office 2003.
Group's SideImage property displays image on the left side of an entire group, item's LeftIcon property displays image on the left side of an individual item.

SideImage can be used as background image of the left icons to create certain style such as Office 2003. This property can also be used with LeftIconCellWidth property to explicitly specify the left icon cell width.

Note    Due to a bug in the Gecko rendering engine, the height of the side image should be greater than the height of one menu item. Otherwise Gecko based browsers (Netscape, Mozilla, Firefox) may display some artifacts when playing glide effects.

See adjust menu item spacing and side bar image for a sample.

If this property is a relative path (not started with "~\" or specific drive), ImageBaseDirectory may be used as the root of this relative path.

See Also

BaseMenuItemGroup Class | EO.Web Namespace


Direct link to this topic