See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The designer object for ActionList objects. This provides the 'Edit Actions' default verb and ability to copy/paste action components.

Namespace: NTier.ComponentModel.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public class ActionListDesigner : ComponentDesigner
Visual Basic
Public Class ActionListDesigner
	Inherits ComponentDesigner
Visual C++
public ref class ActionListDesigner : public ComponentDesigner

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..ComponentDesigner
    NTier.ComponentModel.Design..::..ActionListDesigner

See Also