Orientation Property
Applies To
ProgressBar, TrackBar
Description
Get or sets the orientation of the control.
Usage
GGet Form.Control.Orientation, var
GSet Form.Control.Orientation, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
0 - Horizontal
1 - Vertical
Default: Horizontal
See Also
ProgressBar, TrackBar
Example
GSet frmMain.ProgressBar1.Orientation, ORIENT_VERTICAL