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

The designer object for NAction objects. This provides the ability to copy/paste the contents of properties that return actions from ActionCollection objects.

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

Syntax

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

Inheritance Hierarchy

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

See Also