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

 

For a description of this member, see ICustomTypeDescriptor::GetEditor(Type^).

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

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

Parameters

editorBaseType
Type: System::Type^

A Type that represents the editor for this object.

Return Value

Type: System::Object^

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

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

.NET Framework
Available since 2.0
Return to top
Show: