| PropertyBagICustomTypeDescriptorGetEditor Method  | 
 
            Returns an editor of the specified type for this instance of a component.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
SyntaxObject ICustomTypeDescriptor.GetEditor(
	Type editorBaseType
)
Private Function GetEditor ( 
	editorBaseType As Type
) As Object Implements ICustomTypeDescriptor.GetEditor
Parameters
- editorBaseType
 - Type: SystemType
A Type that represents the editor for this object. 
Return Value
Type: 
Object
            An 
Object of the specified type that is the editor for this object, or null if the editor cannot be found.
            
Implements
ICustomTypeDescriptorGetEditor(Type)
See Also