NDoc 1.3.1 SDK

FoldernameEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

Edits the value.

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

Parameters

context
Context.
provider
Provider.
value
Value.

Return Value

See Also

FoldernameEditor Class | NDoc.Core.PropertyGridUI Namespace | FoldernameEditor.EditValue Overload List