←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly