Skip to main content
.NET Framework Class Library
UITypeEditor..::.EditValue Method





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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodEditValue(IServiceProvider, Object)Edits the value of the specified object using the editor style indicated by the GetEditStyle method.
Public methodEditValue(ITypeDescriptorContext, IServiceProvider, Object)Edits the specified object's value using the editor style indicated by the GetEditStyle method.
Top