AxHost::ICustomTypeDescriptor::GetEditor Method (Type^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an editor of the specified type for the current object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual Object^ GetEditor(
	Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor

Parameters

editorBaseType
Type: System::Type^

A Type that represents the editor for the current object.

Return Value

Type: System::Object^

An object of the specified type that is the editor for the current object, or null if the editor cannot be found.

.NET Framework
Available since 1.1
Return to top
Show: