FolderNameEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)

 

Edits the specified object using the editor style provided by GetEditStyle.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual Object^ EditValue(
	ITypeDescriptorContext^ context,
	IServiceProvider^ provider,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

provider
Type: System::IServiceProvider^

A service object provider.

value
Type: System::Object^

The value to set.

Return Value

Type: System::Object^

The new value of the object, or the old value if the object couldn't be updated.

.NET Framework
Available since 1.1
Return to top
Show: