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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.