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.Forms.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public class EditValueOnDoDefaultActionControlDesigner : ControlDesigner
Visual Basic
Public Class EditValueOnDoDefaultActionControlDesigner
	Inherits ControlDesigner
Visual C++
public ref class EditValueOnDoDefaultActionControlDesigner : public ControlDesigner

Inheritance Hierarchy

System..::..Object
  System.ComponentModel.Design..::..ComponentDesigner
    System.Windows.Forms.Design..::..ControlDesigner
      NTier.Forms.Design..::..EditValueOnDoDefaultActionControlDesigner

See Also