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 virtual Object EditValueBase(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)
Visual Basic
Protected Overridable Function EditValueBase ( 
	context As ITypeDescriptorContext,
	provider As IServiceProvider,
	value As Object
) As Object
Visual C++
protected:
virtual Object^ EditValueBase(
	ITypeDescriptorContext^ context, 
	IServiceProvider^ provider, 
	Object^ value
)

Return Value

Type: Object

See Also