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] publicRefreshProperties(RefreshProperties=RefreshProperties.All)override function EditValue( ITypeDescriptorContext context, IServiceProvider provider, Object value ): Object;
FoldernameEditor Class | NDoc.Core.PropertyGridUI Namespace | FoldernameEditor.EditValue Overload List