C#
VB
C++
Returns an editor of the specified type for this instance of a component.
public object GetEditor(
Type editorBaseType
)
Public Function GetEditor( _
ByVal editorBaseType As Type _
) As Object
public:
Object^ GetEditor(
Type^ editorBaseType
)
editorBaseType
A Type that represents the editor for this object.
An Object of the specified type that is the editor for this object, or null if the editor cannot be found.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET