DotNetNuke 5.2
Assembly: DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275
ActionButton provides a button (or group of buttons) for action(s).
Namespace:
DotNetNuke.UI.ContainersAssembly: 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
System.Web.UI..::.Control
System.Web.UI..::.TemplateControl
System.Web.UI..::.UserControl
DotNetNuke.UI.Containers..::.ActionBase
DotNetNuke.UI.Containers..::.ActionButton