WebPartZoneBase.MenuPopupStyle Property
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets style attributes for the drop-down verbs menu that appears on WebPart controls in a zone.
public:
property System::Web::UI::WebControls::WebParts::WebPartMenuStyle ^ MenuPopupStyle { System::Web::UI::WebControls::WebParts::WebPartMenuStyle ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.WebParts.WebPartMenuStyle MenuPopupStyle { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.MenuPopupStyle : System.Web.UI.WebControls.WebParts.WebPartMenuStyle
Public ReadOnly Property MenuPopupStyle As WebPartMenuStyle
A WebPartMenuStyle that contains style attributes for the verbs menu.
- Attributes
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: