This documentation is archived and is not being maintained.
ICustomTypeDescriptor.GetEditor Method
.NET Framework 1.1
Returns an editor of the specified type for this object.
[Visual Basic] Function GetEditor( _ ByVal editorBaseType As Type _ ) As Object [C#] object GetEditor( Type editorBaseType ); [C++] Object* GetEditor( Type* editorBaseType ); [JScript] function GetEditor( editorBaseType : Type ) : Object;
Parameters
- editorBaseType
- A Type that represents the editor for this object.
Return Value
An Object of the specified type that is the editor for this object, or a null reference (Nothing in Visual Basic) if the editor cannot be found.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor | TypeDescriptor
Show: