Click or drag to resize

PerformanceChartUIEditorEditValue Method

[Missing <summary> documentation for "M:Demo3D.Utilities.Performance.PerformanceChartUIEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

Namespace:  Demo3D.Utilities.Performance
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public override Object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:Demo3D.Utilities.Performance.PerformanceChartUIEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

provider
Type: SystemIServiceProvider

[Missing <param name="provider"/> documentation for "M:Demo3D.Utilities.Performance.PerformanceChartUIEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Demo3D.Utilities.Performance.PerformanceChartUIEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Demo3D.Utilities.Performance.PerformanceChartUIEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

See Also