Class \Prado\Web\UI\WebControls\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.
Class hierarchy
- \Prado\Web\UI\WebControls\TInlineFrameScrollBars
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
Deprecated since:
__construct, current, key, next, rewind, valid |
public
mixed
|
Auto
|
'Auto'
|
public
mixed
|
Both
|
'Both'
|
public
mixed
|
None
|
'None'
|