| Visual Basic (Declaration) | |
|---|---|
Function GetSectionRenderer( _ ByVal rendererType As Type _ ) As Object | |
| C# | |
|---|---|
object GetSectionRenderer( Type rendererType ) | |
Parameters
- rendererType
- The Type of the base class or interface that the returned renderer must implement.