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

An IAutoListSource for type and namespace intellisense that uses a ListBox to show the list.

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

Syntax

C#
public class TypeIntellisenseAutoListSource : ListBoxAutoListSource
Visual Basic
Public Class TypeIntellisenseAutoListSource
	Inherits ListBoxAutoListSource
Visual C++
public ref class TypeIntellisenseAutoListSource : public ListBoxAutoListSource

Inheritance Hierarchy

System..::..Object
  ListBoxAutoListSource
    NTier.Design.TypeIntellisense..::..TypeIntellisenseAutoListSource

See Also