ActiveReports.Chart Request technical support
GetEditor Method
See Also 


editorBaseType
The base type to check.
Gets the editor of the specified base type.

Syntax

Visual Basic (Declaration) 
Public Function GetEditor( _
   ByVal editorBaseType As Type _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As CustomProperties
Dim editorBaseType As Type
Dim value As Object
 
value = instance.GetEditor(editorBaseType)
C# 
public object GetEditor( 
   Type editorBaseType
)

Parameters

editorBaseType
The base type to check.

See Also