See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Set the 'Context' property correctly.
This is usually done by CollectionEditor.EditValue, but this is overridden in this class and base isn't called immediately.
Namespace: NTier.ComponentModel.DesignAssembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected void SetTypeDescriptorContext(
ITypeDescriptorContext context
) |
Visual Basic |
---|
Protected Sub SetTypeDescriptorContext (
context As ITypeDescriptorContext
) |
Visual C++ |
---|
protected:
void SetTypeDescriptorContext(
ITypeDescriptorContext^ context
) |
See Also