Version

ISupportEmbeddableEditors Interface Methods

For a list of all members of this type, see ISupportEmbeddableEditors members.

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