NDoc 1.3.1 SDK

FoldernameEditor.EditValue Method

Edits the value.

Overload List

Edits the value.

[Visual Basic]
<RefreshProperties(RefreshProperties:=RefreshProperties.All)>
Overrides  OverloadsPublic Function EditValue(ByVal ITypeDescriptorContext,ByVal IServiceProvider,ByVal Object) As Object
[C#]
[RefreshProperties(RefreshProperties=RefreshProperties.All)]
public override object EditValue(ITypeDescriptorContext,IServiceProvider,object);
[C++]
[RefreshProperties(RefreshProperties=RefreshProperties.All)]
public: Object* EditValue(ITypeDescriptorContext*,IServiceProvider*,Object*);
[JScript] public    RefreshProperties(RefreshProperties=RefreshProperties.All)override function EditValue(ITypeDescriptorContext,IServiceProvider,Object): Object;

Edits the value of the specified object using the editor style indicated by GetEditStyle.
Inherited from UITypeEditor.

[Visual Basic] Public Function EditValue(ByVal IServiceProvider,ByVal Object) As Object
[C#] public object EditValue(IServiceProvider,object);
[C++] public: Object* EditValue(IServiceProvider*,Object*);
[JScript] public function EditValue(IServiceProvider,Object): Object;

See Also

FoldernameEditor Class | NDoc.Core.PropertyGridUI Namespace