WebPartZoneBase.MenuPopupStyle Property

Definition

Gets style attributes for the drop-down verbs menu that appears on WebPart controls in a zone.

C#
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.WebParts.WebPartMenuStyle MenuPopupStyle { get; }

Property Value

A WebPartMenuStyle that contains style attributes for the verbs menu.

Attributes

Remarks

The MenuPopupStyle property enables you to set style attributes for the drop-down verbs menu that appears on each WebPart control in a zone. While the object itself is read-only, you can still set values for the underlying attributes. You can set style attributes for the entire menu, such as its border color, style, and width; font details; height and width; background color; cell padding and spacing; shadow color (if shadowing is enabled in the user's operating system); and gridlines.

The MenuPopupStyle property applies only when the WebPartVerbRenderMode property value is set to Menu, which is the default.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also