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

Initializes a new instance of the TypeIntellisenseAutoListSource class

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

Syntax

C#
public TypeIntellisenseAutoListSource(
	ITypeDescriptorContext context
)
Visual Basic
Public Sub New ( 
	context As ITypeDescriptorContext
)
Visual C++
public:
TypeIntellisenseAutoListSource(
	ITypeDescriptorContext^ context
)

See Also