ActionButton provides a button (or group of buttons) for action(s).

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

Syntax

C#
[ObsoleteAttribute("This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList.")]
public class ActionButton : ActionBase
Visual Basic
<ObsoleteAttribute("This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList.")> 
Public Class ActionButton
	Inherits ActionBase

Remarks

ActionBase inherits from UserControl, and implements the IActionControl Interface.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.Containers..::..ActionBase
          DotNetNuke.UI.Containers..::..ActionButton

See Also