CpListBoxRenderCheckBox Method
Namespace: Centralpoint.Web.UI.ControlsAssembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
public void RenderCheckBox(
HtmlTextWriter writer,
string id,
string name,
string title,
string onClick,
string value,
bool selected,
bool enabled
)
Public Sub RenderCheckBox (
writer As HtmlTextWriter,
id As String,
name As String,
title As String,
onClick As String,
value As String,
selected As Boolean,
enabled As Boolean
)
Parameters
- writer HtmlTextWriter
-
- id String
-
- name String
-
- title String
-
- onClick String
-
- value String
-
- selected Boolean
-
- enabled Boolean
-