Version

RenderImages Method (RatingRenderer)

Writes out the divs holding the images along with the inner spans
Syntax
'Declaration
 
Protected Overridable Sub RenderImages( _
   ByVal writer As HtmlTextWriter, _
   ByVal state As Integer _
) 
protected virtual void RenderImages( 
   HtmlTextWriter writer,
   int state
)

Parameters

writer
The html writer rendering the rating
state
The state of the images: 0-empty, 1-selected, 2-hovered
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