GetEditor Method

Summary

Returns an editor of the specified type for this instance of a component.

Syntax
C#
VB
C++
public object GetEditor( 
   Type editorBaseType 
) 
Public Function GetEditor( _ 
   ByVal editorBaseType As Type _ 
) As Object 
public: 
Object^ GetEditor(  
   Type^ editorBaseType 
)  

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 null if the editor cannot be found.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly