ActionsMenu provides a menu for a collection of actions.

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

Syntax

C#
public class ActionsMenu : Control, 
	IActionControl
Visual Basic
Public Class ActionsMenu
	Inherits Control
	Implements 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