Menu.DynamicPopOutImageUrl Property
Assembly: System.Web (in system.web.dll)
public: property String^ DynamicPopOutImageUrl { String^ get (); void set (String^ value); }
/** @property */ public String get_DynamicPopOutImageUrl () /** @property */ public void set_DynamicPopOutImageUrl (String value)
public function get DynamicPopOutImageUrl () : String public function set DynamicPopOutImageUrl (value : String)
Property Value
The URL to an image used to indicate that a dynamic menu item has a submenu. The default value is an empty string (""), which indicates that this property is not set.When a dynamic menu item contains a submenu, an image can be displayed to indicate that the user can expand the menu by positioning the mouse pointer over the menu item. There are two ways to display this image:
-
Set the DynamicEnableDefaultPopOutImage property to true to use the built-in image (default).
-
Set the DynamicPopOutImageUrl property to specify a custom image.
If the DynamicPopOutImageUrl property is set, that image overrides the built-in image.
Note |
|---|
| If the DynamicPopOutImageUrl property is not set and the DynamicEnableDefaultPopOutImage property is set to false, no image is displayed. |
You can specify alternate text for the image by setting the DynamicPopOutImageTextFormatString property.
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.
Note