ActiveReports 12
GetEditor Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetEditor Method
The base type to check.
Gets the editor of the specified base type.
Syntax
'Declaration
 
Public Function GetEditor( _
   ByVal editorBaseType As Type _
) As Object
public object GetEditor( 
   Type editorBaseType
)

Parameters

editorBaseType
The base type to check.

Return Value

An System.Object of the specified type that is the editor for this object, or null if the editor cannot be found.
See Also

Reference

CustomProperties Class
CustomProperties Members