Class TDisplayStyle
TDisplayStyle defines the enumerable type for the possible styles that a web control can display.
The following enumerable values are defined:
- None: the control is not displayed and not included in the layout.
- Dynamic: the control is displayed and included in the layout, the layout flow is dependent on the control (equivalent to display:'' in css).
- Fixed: Similar to Dynamic with CSS "visibility" set "shown".
- Hidden: the control is not displayed and is included in the layout.
- TEnumerable implements Iterator
-
TDisplayStyle
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.1
Located at Web/UI/WebControls/TStyle.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.1
Located at Web/UI/WebControls/TStyle.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Dynamic |
'Dynamic' |
|
string |
Fixed |
'Fixed' |
|
string |
Hidden |
'Hidden' |