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

Initializes a new instance of the NDContextMenuStrip class

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public NDContextMenuStrip(
	IContainer container
)
Visual Basic
Public Sub New ( 
	container As IContainer
)
Visual C++
public:
NDContextMenuStrip(
	IContainer^ container
)

Parameters

container
Type: System.ComponentModel..::..IContainer

See Also