CpListBoxRenderCheckBox Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void RenderCheckBox(
	HtmlTextWriter writer,
	string id,
	string name,
	string title,
	string onClick,
	string value,
	bool selected,
	bool enabled
)

Parameters

writer  HtmlTextWriter
 
id  String
 
name  String
 
title  String
 
onClick  String
 
value  String
 
selected  Boolean
 
enabled  Boolean
 

See Also