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