Version

ISupportEmbeddableEditors Interface Members

The following tables list the members exposed by ISupportEmbeddableEditors.

Public Methods
 NameDescription
 MethodCanEditTypeReturns true if the implementing object can edit value of requested type.  
 MethodCanRenderTypeReturns true if the implementing object can render (i.e. format) value of requested type.  
 MethodRenderValueIf CanRenderType returns true this method should be called to get rendered (that is formatted) value.  
See Also