HORIZONTAL()
Jump to navigation
Jump to search
Description
- Set the radio group to use a horizontal instead of a vertical layout
Syntax
- #handle HORIZONTAL(booleanExpr)
Hints
- Lay the buttons out horizontally if booleanExpr is true (nonzero)
Example
radiogroup #rad, "Red, Green, Blue", "Blue" 'horizontal layout #rad horizontal(1)
Useful Procedures
' Place a useful function or sub using this keyword here