Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<com:TContent ID="body">
2
<!-- $Id: ActiveCheckBox.page 1650 2007-01-24 06:55:32Z wei $ -->
3
<h1 id="124029">TActiveCheckBox</h1>
4
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveCheckBox" />
5
 
6
<p id="620419" class="block-content">
7
<tt>TActiveCheckBox</tt> is the active control counter part to
8
<a href="?page=Controls.CheckBox">TCheckbox</a>. The <tt>AutoPostBack</tt>
9
 property of <tt>TActiveCheckBox</tt> is set to true by default.
10
 Thus, when the checkbox is clicked the
11
 <tt>OnCallback</tt> event is raise after the <tt>OnCheckedChanged</tt> event.
12
 </p>
13
 
14
 <p id="620420" class="block-content">
15
 The <tt>Text</tt> and <tt>Checked</tt> properties of <tt>TActiveCheckBox</tt>
16
 can be changed during a callback request. The <tt>TextAlign</tt> property
17
 of <tt>TActiveCheckBox</tt> <strong>can not</strong> be changed during
18
 a callback request.
19
</p>
20
 
21
<com:RunBar PagePath="ActiveControls.Samples.TActiveCheckBox.Home" />
22
 
23
<div class="last-modified">$Id: ActiveCheckBox.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>