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

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

Syntax

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

Return Value

Type: IAutoListSource

See Also