Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Build Your Own ASP.NET 2.0 Web Site Using CSharp And VB (2006) [eng]-1.pdf
Скачиваний:
143
Добавлен:
16.08.2013
Размер:
15.69 Mб
Скачать

Menu

StaticMenuStyle

the SubMenuStyle object that represents the styles used to render the static menu

StaticPopOutImageTextFormatString

a string representing the alternate text to be displayed instead of the image specified by StaticPopOutImageUrl

StaticPopOutImageUrl

a string representing the URL for the image to be displayed for a dynamic menu item that has a submenu, when StaticEnableDefaultPopOutImage is True

StaticSelectedStyle

a MenuItemStyle object representing the style of a selected static menu item

StaticSubMenuIndent

a Unit value representing the number of pixels by which submenus should be indented in a static menu

StaticTopSeparatorImageUrl

a string representing the URL for an image to be displayed at the top of a static menu item; this is usually a line that separates the static item from the other items; value is empty (an empty string) by default

Target

specifies the target window or frame in which content associated with a menu item should be displayed when the item is clicked; possible values are _blank,

_parent, _search, _self, and _top

Methods

DataBind

binds the menu to its data source

FindItem

returns the MenuItem located at the path specified by

 

the valuePath string parameter; that path must also

 

contain the path separator, which is retrieved through

 

the PathSeparator property

Events

 

MenuItemClick

fired when a menu item is clicked

639