ICustomTypeDescriptor.GetEditor(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an editor of the specified type for this instance of a component.
public:
System::Object ^ GetEditor(Type ^ editorBaseType);
public object GetEditor (Type editorBaseType);
public object? GetEditor (Type editorBaseType);
abstract member GetEditor : Type -> obj
Public Function GetEditor (editorBaseType As Type) As Object
Parameters
Returns
An Object of the specified type that is the editor for this object, or null
if the editor cannot be found.
Remarks
The type of the editorBaseType
parameter is usually UITypeEditor, but you can also use other types (for example, ComponentEditor and InstanceCreationEditor).
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.