Edits the value of the specified object using the editor style indicated by the GetEditStyle method.
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.
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.