User`s guide

11 Lay Out a Programmatic GUI
“Check Box” on page 11-15
“Edit Text” on page 11-17
“List Box” on page 11-20
“Pop-Up Menu” on page 11-22
“Table” on page 11-24
“Push Button” on page 11-25
“Radio Button” on page 11-27
“Slider” on page 11-28
“Static Text” on page 11-30
“Toggle Button” on page 11-31
Commonly Used Properties
The most commonly used properties needed to describe a user interface
control are shown in the following table:
Property Values Description
Max
Scalar. D efault is 1.
Maximum value.
Interpretation depends
on the
Style property.
Min
Scalar. D efault is 0.
Minimum value.
Interpretation depends
on the
Style property.
Position
4-element vector: [distance
from left, distance from
bottom, width, h eight].
Default is [20, 20, 60, 20].
Size of the component and
its location relative to its
parent.
11-14