ActionCommandButton provides a button for a single action.

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

Syntax

C#
public class ActionCommandButton : CommandButton, 
	IActionControl
Visual Basic
Public Class ActionCommandButton
	Inherits CommandButton
	Implements IActionControl

Remarks

ActionBase inherits from CommandButton, and implements the IActionControl Interface.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..CommandButton
        DotNetNuke.UI.Containers..::..ActionCommandButton

See Also