WebPartZoneBase.MenuPopupImageUrl Property
Assembly: System.Web (in system.web.dll)
public: virtual property String^ MenuPopupImageUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_MenuPopupImageUrl () /** @property */ public void set_MenuPopupImageUrl (String value)
public function get MenuPopupImageUrl () : String public function set MenuPopupImageUrl (value : String)
Not applicable.
Property Value
A string that represents the URL to an image used to open the verbs drop-down menu. The default value is an empty string ("").The following code example demonstrates the declarative use of the MenuPopupImageUrl property on a WebPartZone control. For the full code example, including the code-behind source file and the .aspx page that contains the zone in this code, see the WebPartZoneBase class overview.
Notice that the MenuPopupImageUrl property has a value assigned to it in the declarative markup. This value impacts WebPartZone2. After you load the page into a browser, switch the page into edit mode, and notice that an image placeholder (or an actual image if you assigned the path to one) appears in the verbs menu label for the control in WebPartZone2.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.