Retrieves the value editor for this property based on a specified IEditorSite object.
public IValueEditor getValueEditor( IEditorSite site )
site
An IEditorSite object that specifies the editor site to use.
Returns an IValueEditor object that specifies the value editor for this property.
If the attributes of this property specify a value editor, or if the type of this property is Image, Color, or Font, then calling this method is equivalent to calling the PropertyInfo object's getValueEditor method. Otherwise, a special value editor is returned, and the behavior of this editor depends on the underlying ActiveX control.