Class TListSelectionMode
TListSelectionMode class. TListSelectionMode defines the enumerable type for
the possible selection modes of a TListBox
.
The following enumerable values are defined:
- Single: single selection
- Multiple: allow multiple selection
- TEnumerable implements Iterator
-
TListSelectionMode
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TListBox.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TListBox.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Single |
'Single' |
|
string |
Multiple |
'Multiple' |