Skip to main content
.NET Framework Class Library
UITypeEditorEditValue Method (IServiceProvider, Object)

Edits the value of the specified object using the editor style indicated by the GetEditStyle method.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)
Syntax
Public Function EditValue ( _
	provider As [%$TOPIC/2z11414w_en-us_VS_110_2_0_0_0_0%], _
	value As [%$TOPIC/2z11414w_en-us_VS_110_2_0_0_0_1%] _
) As [%$TOPIC/2z11414w_en-us_VS_110_2_0_0_0_2%]
public [%$TOPIC/2z11414w_en-us_VS_110_2_0_1_0_0%] EditValue(
	[%$TOPIC/2z11414w_en-us_VS_110_2_0_1_0_1%] provider,
	[%$TOPIC/2z11414w_en-us_VS_110_2_0_1_0_2%] value
)
public:
[%$TOPIC/2z11414w_en-us_VS_110_2_0_2_0_0%]^ EditValue(
	[%$TOPIC/2z11414w_en-us_VS_110_2_0_2_0_1%]^ provider, 
	[%$TOPIC/2z11414w_en-us_VS_110_2_0_2_0_2%]^ value
)
member EditValue : 
        provider:[%$TOPIC/2z11414w_en-us_VS_110_2_0_3_0_0%] * 
        value:[%$TOPIC/2z11414w_en-us_VS_110_2_0_3_0_1%] -> [%$TOPIC/2z11414w_en-us_VS_110_2_0_3_0_2%]

Parameters

provider
Type: SystemIServiceProvider

An IServiceProvider that this editor can use to obtain services.

value
Type: SystemObject

The object to edit.

Return Value

Type: SystemObject
The new value of the object.
Remarks

This method launches the user interface for value editing, and is called by the Properties window when a user attempts to edit the value of a type that this editor is configured to edit the value of. A service provider is provided so that the editor can obtain any required services.

Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.