DotNetNuke 5.2
ActionCommandButton provides a button for a single action.

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

Syntax

C#
public class ActionCommandButton : CommandButton, 
	IActionControl
Visual Basic (Declaration)
Public Class ActionCommandButton _
	Inherits CommandButton _
	Implements IActionControl
Visual C++
public ref class ActionCommandButton : public CommandButton, 
	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