UPDOWNALIGN Property
PLBCMP GUI Only
The UPDOWNALIGN property defines the alignment value of an UpDown control component of an EDITNUMBER object. The property uses the following format:
UPDOWNALIGN={value}
Note the following:
UPDOWNALIGN may be used in CREATE, SETPROP, or GETPROP statements for EDITNUMBER objects.
If the default or $UPDOWNALIGNNONE value is used, no UpDown control is created.
If $UPDOWNALIGNLEFT or $UPDOWNALIGNRIGHT is used, an UpDown control is created inside the EDITNUMBER object by reducing the object's width.
An UpDown control only affects the integer portion of an EDITNUMBER object.
The UPDOWNCHANGE, UPDOWNMAX, and UPDOWNMIN properties must also be set.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The UpDown control is ... |
|
0 |
$DEFAULT |
not created (default). |
|
1 |
$UPDOWNALIGNLEFT |
created on the left side of the object. |
|
2 |
$UPDOWNALIGNNONE |
not created (same as $DEFAULT). |
|
3 |
$UPDOWNALIGNRIGHT |
created on the right side of the object. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |