Click or drag to resize

ColorPropertyUIEditorEditValue Method

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


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

Parameters

context  ITypeDescriptorContext

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

provider  IServiceProvider

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

value  Object

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

Return Value

Object

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

See Also