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

A ComponentDesigner class to that can be used to change the default action. The default action can be executed by double-clicking the component, or selecting a context menu item in the designer.

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

Syntax

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

Inheritance Hierarchy

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

See Also