Class TInlineFrameScrollBars
TInlineFrameScrollBars class. TInlineFrameScrollBars defines the enumerable
type for the possible scroll bar mode that a TInlineFrame
control could
use.
The following enumerable values are defined:
- None: no scroll bars.
- Auto: scroll bars automatically appeared when needed.
- Both: show both horizontal and vertical scroll bars all the time.
- TEnumerable implements Iterator
-
TInlineFrameScrollBars
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/TInlineFrame.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/TInlineFrame.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Auto |
'Auto' |
|
string |
Both |
'Both' |