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

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

Syntax

C#
public ITypeDescriptorContext Context { get; private set; }
Visual Basic
Public Property Context As ITypeDescriptorContext
	Get
	Private Set
Visual C++
public:
property ITypeDescriptorContext^ Context {
	ITypeDescriptorContext^ get ();
	private: void set (ITypeDescriptorContext^ value);
}

Property Value

Type: ITypeDescriptorContext

See Also