DotNetNuke 5.2
ActionsMenu provides a menu for a collection of actions.

Namespace:  DotNetNuke.UI.Containers
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class ActionsMenu : Control, 
	IActionControl
Visual Basic (Declaration)
Public Class ActionsMenu _
	Inherits Control _
	Implements IActionControl
Visual C++
public ref class ActionsMenu : public Control, 
	IActionControl

Remarks

ActionsMenu inherits from CompositeControl, and implements the IActionControl Interface. It uses the Navigation Providers to implement the Menu.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    DotNetNuke.UI.Containers..::.ActionsMenu

See Also