Render rating control.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void RenderRatingTemplate(
	string template,
	Hashtable tags
)
Visual Basic
Protected Overridable Sub RenderRatingTemplate ( 
	template As String,
	tags As Hashtable
)
Visual C++
protected:
virtual void RenderRatingTemplate(
	String^ template, 
	Hashtable^ tags
)
F#
abstract RenderRatingTemplate : 
        template : string * 
        tags : Hashtable -> unit 
override RenderRatingTemplate : 
        template : string * 
        tags : Hashtable -> unit 

Parameters

template
Type: System..::..String
Template
tags
Type: System.Collections..::..Hashtable
Template tags

See Also