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

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

Syntax

C#
[ObsoleteAttribute("This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList.")]
public class ActionButton : ActionBase
Visual Basic (Declaration)
<ObsoleteAttribute("This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList.")> _
Public Class ActionButton _
	Inherits ActionBase
Visual C++
[ObsoleteAttribute(L"This class has been deprecated in favour of the new ActionCommandButton and ActionButtonList.")]
public ref class ActionButton : public 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