Click or drag to resize

DistributionEditorEditValue Method

[Missing <summary> documentation for "M:Demo3D.Common.Random.DistributionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

Namespace:  Demo3D.Common.Random
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
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.Common.Random.DistributionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

provider
Type: SystemIServiceProvider

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

value
Type: SystemObject

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Demo3D.Common.Random.DistributionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)"]

See Also