Class TScrollBars

Description

TScrollBars class.

TScrollBars defines the enumerable type for the possible scroll bar mode that a TPanel 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.
  • Horizontal: horizontal scroll bar only
  • Vertical: vertical scroll bar only

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TPanelStyle.php 2996 2011-06-20 15:24:57Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TPanelStyle.php (line 270)

TEnumerable
   |
   --TScrollBars
Class Constant Summary
 Auto = 'Auto'
 Both = 'Both'
 Horizontal = 'Horizontal'
 None = 'None'
 Vertical = 'Vertical'
Methods
Class Constants
Auto = 'Auto' (line 273)
Both = 'Both' (line 274)
Horizontal = 'Horizontal' (line 275)
None = 'None' (line 272)
Vertical = 'Vertical' (line 276)

Documentation generated on Mon, 25 Jun 2012 14:38:53 +0200 by phpDocumentor 1.4.3