Version

Renderer Property (ControlMain)

Sets or Gets a rendering object derived from RendererBase that serves to emit html markup that is appropriate to the control. This property can be set by an application to a Renderer other than the one normally provided by the Control. The Custom Renderer can override any of the virtual methods exposed or can implement an entirely new set of rendering logic if desired.
Syntax
'Declaration
 
Public Property Renderer As RendererBase
public RendererBase Renderer {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also