WebPartZoneBase.MenuPopupStyle Property
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
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.