Class TBulletStyle
TBulletStyle class. TBulletStyle defines the enumerable type for the possible
bullet styles that may be used for a TBulletedList
control.
- TEnumerable implements Iterator
-
TBulletStyle
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/TBulletedList.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/TBulletedList.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NotSet |
'NotSet' |
|
string |
None |
'None' |
|
string |
Numbered |
'Numbered' |
|
string |
LowerAlpha |
'LowerAlpha' |
|
string |
UpperAlpha |
'UpperAlpha' |
|
string |
LowerRoman |
'LowerRoman' |
|
string |
UpperRoman |
'UpperRoman' |
|
string |
Disc |
'Disc' |
|
string |
Circle |
'Circle' |
|
string |
Square |
'Square' |
|
string |
CustomImage |
'CustomImage' |