System.Web.UI.WebControls.Menu.DynamicEnableDefaultPopOutImage Property

Gets or sets a value indicating whether the built-in image that indicates that a dynamic menu item has a submenu is displayed.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool DynamicEnableDefaultPopOutImage { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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:

If the Menu.DynamicPopOutImageUrl property is set, that image overrides the built-in image.

Note:

If the Menu.DynamicPopOutImageUrl property is not set and the Menu.DynamicEnableDefaultPopOutImage property is set to false, no image is displayed.

You can specify alternate text for the image by setting the Menu.DynamicPopOutImageTextFormatString property. This text is displayed as a ToolTip when the user positions the mouse pointer over the image. This text also provides assistive technology devices with a description of the image that can be used to make the control more accessible.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0