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

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

Syntax

C#
protected override IAutoListSource NewAutoListSource(
	ITypeDescriptorContext context
)
Visual Basic
Protected Overrides Function NewAutoListSource ( 
	context As ITypeDescriptorContext
) As IAutoListSource
Visual C++
protected:
virtual IAutoListSource^ NewAutoListSource(
	ITypeDescriptorContext^ context
) override

Return Value

Type: IAutoListSource

See Also