Click or drag to resize

CodePropertyEditorAttributeCreateEditor Method

Creates the control that is used in AdvPropertyGrid to edit property value.

Namespace:  MediaCy.Addins.Scripting.Workflow
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Overrides Function CreateEditor ( 
	propertyDescriptor_Renamed As PropertyDescriptor,
	targetObject As Object
) As IPropertyValueEditor

Parameters

propertyDescriptor_Renamed
Type: System.ComponentModelPropertyDescriptor
targetObject
Type: SystemObject

Return Value

Type: IPropertyValueEditor
See Also