Share via


MenuItem

The MenuItem element represents an item in a menu in the Web application configuration file (isv.config).

Example

<MenuItem Title="New Window" Url="https://www.microsoft.com"/>

Attributes

Title

[required] Specifies the name of the menu item.

Url

[required] Specifies the URL to be opened when the menu item is selected.

WinMode

[optional] Specifies the window mode. Values are 0 = Window [default], 1 = Modal Dialog, or 2 = Modeless Dialog.

PassParams

[optional] Specifies whether the object type and object ID parameters are to be passed to the URL.

Element Information

Number of occurrences Zero or more per parent element
Parent elements Menu or SubMenu
Child elements None

© 2005 Microsoft Corporation. All rights reserved.