[]
Returns an editor of the specified type for this instance of a component.
public object GetEditor(Type editorBaseType)
Public Function GetEditor(editorBaseType As Type) As Object
Type | Name | Description |
---|---|---|
Type | editorBaseType | A Type that represents the editor for this object |
Type | Description |
---|---|
object | An object of the specified type that is the editor for this object, or null if the editor cannot be found. |