The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataRowView::ICustomTypeDescriptor::GetEditor Method (Type^)
.NET Framework (current version)
Returns an editor of the specified type for this instance of a component.
Assembly: System.Data (in System.Data.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.
Implements
ICustomTypeDescriptor::GetEditor(Type^)This member is an explicit interface member implementation. It can be used only when the DataRowView instance is cast to an ICustomTypeDescriptor interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: