ListMenuAdapter members

Adapts a ListMenu to render as an HTML unordered list.

The ListMenuAdapter type exposes the following members.

Constructors

  Name Description
Public method ListMenuAdapter Initializes a new instance of the ListMenuAdapter class.

Top

Properties

  Name Description
Protected property Browser (Inherited from ControlAdapter.)
Protected property Control (Inherited from MenuAdapter.)
Protected property IsEnabled (Inherited from WebControlAdapter.)
Protected property Page (Inherited from ControlAdapter.)
Protected property PageAdapter (Inherited from ControlAdapter.)

Top

Methods

  Name Description
Protected method BeginRender (Inherited from ControlAdapter.)
Protected method CreateChildControls (Inherited from ControlAdapter.)
Protected method EndRender (Inherited from ControlAdapter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method LoadAdapterControlState (Inherited from MenuAdapter.)
Protected method LoadAdapterViewState (Inherited from ControlAdapter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnInit (Inherited from MenuAdapter.)
Protected method OnLoad (Inherited from ControlAdapter.)
Protected method OnPreRender (Inherited from MenuAdapter.)
Protected method OnUnload (Inherited from ControlAdapter.)
Protected method RaisePostBackEvent (Inherited from MenuAdapter.)
Protected method Render Renders the list as an unordered HTML list. (Overrides WebControlAdapter.Render(HtmlTextWriter).)
Protected method RenderBeginTag (Inherited from MenuAdapter.)
Protected method RenderChildren (Inherited from ControlAdapter.)
Protected method RenderContents (Inherited from MenuAdapter.)
Protected method RenderEndTag (Inherited from MenuAdapter.)
Protected method RenderItem Renders a specific item in the list. (Overrides MenuAdapter.RenderItem(HtmlTextWriter, MenuItem, Int32).)
Protected method SaveAdapterControlState (Inherited from MenuAdapter.)
Protected method SaveAdapterViewState (Inherited from ControlAdapter.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IPostBackEventHandler.RaisePostBackEvent (Inherited from MenuAdapter.)

Top

See also

Reference

ListMenuAdapter class

Microsoft.SharePoint.WebControls namespace