|
|
|
|
|
Vertical (Property) In french: Vertical
The Vertical property is used to: - Determine if a control is oriented horizontally or vertically.
- Change the orientation of Table controls. A Table control can be displayed vertically (standard mode) or horizontally. In this case, the columns of the standard mode become the rows of the Table control.
- Change the orientation of Looper controls. A Looper control can be displayed vertically (standard mode) or horizontally.
Remarks: - The orientation of a control can be defined in the "General" tab of the control description.
- The Vertical property can only be used on Progress Bar controls.
- The Vertical property is only available for Scheduler controls.
Syntax
Determining the orientation of controls Hide the details
<Result> = <Control used>.Vertical
<Result>: Boolean - True if the specified control is vertical,
- False if the specified control is horizontal.
<Control used>: Control name Name of the control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|