MenuItemBinding.PopOutImageUrl Property

Note: This property is new in the .NET Framework version 2.0.

Gets or sets the URL to an image that indicates the presence of a dynamic submenu for a menu item to which the MenuItemBinding object is applied.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
property String^ PopOutImageUrl {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_PopOutImageUrl ()

/** @property */
public void set_PopOutImageUrl (String value)

public function get PopOutImageUrl () : String

public function set PopOutImageUrl (value : String)

Property Value

The URL to an image that indicates the presence of a dynamic submenu for a menu item to which the MenuItemBinding is applied.

When the Menu control is bound to a data source, use the PopOutImageUrl property to specify the URL of a MenuItem.PopOutImageUrl property of a MenuItem object. This URL is shared with all menu items to which the MenuItemBinding object is applied.

NoteNote

You can override the URL for an individual menu item by setting its PopOutImageUrl property directly.

You can bind the PopOutImageUrl property of a MenuItem object to a field of a data source by setting the PopOutImageUrlField property. When rendered, the PopOutImageUrl property of each menu item to which the MenuItemBinding object is applied contains the corresponding value from the field.

NoteNote

If the PopOutImageUrl and PopOutImageUrlField properties are both set, the PopOutImageUrlField property takes precedence.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: