ActiveReports Developer 7
GetEditor Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetEditor Method

editorBaseType
The base type to check.

Glossary Item Box

Gets the editor of the specified base type.

Syntax

Visual Basic (Declaration) 
Public Function GetEditor( _
   ByVal editorBaseType As System.Type _
) As System.Object
C# 
public System.object GetEditor( 
   System.Type editorBaseType
)

Parameters

editorBaseType
The base type to check.

See Also