Version

SmartRenderer Class

Foundation class enhancing the rendering features of derived classes by providing common services and acting as a connection point to the rest of the framework.
Syntax
'Declaration
 
Public Class SmartRenderer 
public class SmartRenderer 
Remarks

Web elements extending SmartWebControl should subclass SmartRenderer to customize their rendering, in particular the style definitions produced, start-up JavaScript and client-side properties array. The CreateRenderer method will create a custom subclass of SmartRenderer for your element and use it during the pre-render and render stages of the page lifecycle.

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