1 implementation of IWebPartMenuUser
System.Web (1)
UI\WebParts\WebPartZoneBase.cs (1)
29public abstract class WebPartZoneBase : WebZone, IPostBackEventHandler, IWebPartMenuUser {
18 references to IWebPartMenuUser
System.Web (18)
UI\WebParts\WebPartMenu.cs (2)
26private IWebPartMenuUser _menuUser; 28public WebPartMenu(IWebPartMenuUser menuUser) {
UI\WebParts\WebPartZoneBase.cs (16)
1640Style IWebPartMenuUser.CheckImageStyle { 1646string IWebPartMenuUser.CheckImageUrl { 1656string IWebPartMenuUser.ClientID { 1662string IWebPartMenuUser.PopupImageUrl { 1672Style IWebPartMenuUser.ItemHoverStyle { 1678Style IWebPartMenuUser.ItemStyle { 1684Style IWebPartMenuUser.LabelHoverStyle { 1690string IWebPartMenuUser.LabelImageUrl { 1696Style IWebPartMenuUser.LabelStyle { 1702string IWebPartMenuUser.LabelText { 1708WebPartMenuStyle IWebPartMenuUser.MenuPopupStyle { 1714Page IWebPartMenuUser.Page { 1720string IWebPartMenuUser.PostBackTarget { 1726IUrlResolutionService IWebPartMenuUser.UrlResolver { 1732void IWebPartMenuUser.OnBeginRender(HtmlTextWriter writer) { 1735void IWebPartMenuUser.OnEndRender(HtmlTextWriter writer) {